#C345CF

Color #C345CF Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C345CF

Tints of Medium Orchid #C345CF

Color information

#C345CF (or 0xC345CF) is unknown color: approx Medium Orchid. HEX triplet: C3, 45 and CF. RGB value is (195,69,207). Sum of RGB (Red+Green+Blue) = 195+69+207=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 69 (27.34% from 255 or 14.65% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #C345CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C345CF is #3CBA30. Grayscale: #797979. Windows color (decimal): -3979825 or 13583811. OLE color: 13583811.

HSL color Cylindrical-coordinate representation of color #C345CF: hue angle of 294.78º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C345CF is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19569207-
CMYK0.060.6700.19
HSL294.78º58.97%54.12%-
HSV(B)294.78º66.67%81.18%-
XYZ35.920.3661.07-
YUV122.41175.74179.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 41.40%
GREEN value IS 69 (27.34% from 255) = 14.65%
BLUE value IS 207 (81.25% from 255) = 43.95%
R=41.40%
G=14.65%
B=43.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal195692070.060.6700.19294.7858.9754.12
HexC345CF6430131273b36
Octal30310531761030234477366
Binary110000111000101110011111101000011010011100100111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C345CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C345CF; }

 p { color: rgb(195,69,207); }

 H1.HeaderClassName
 {
   color: #C345CF;
 }
 .AnyTagClassName
 {
   color: #C345CF;
 }
</style>
background-color css

<style>
 a { background-color: #C345CF; }

 a { background-color: rgb(195,69,207); }

 div.DivClassName
 {
   background-color: #C345CF;
 }
 .BgClassName
 {
   background-color: #C345CF;
 }
</style>
border-color css

<style>
 span { border-color: #C345CF; }

 span { border-color: rgb(195,69,207); }

 td.TdClassName
 {
   border-color: #C345CF;
 }
 .TagClassName
 {
   border-color: #C345CF;
 }
</style>