#c672cb

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

Shades of Orchid #C672CB

Tints of Orchid #C672CB

Color information

#C672CB (or 0xC672CB) is unknown color: approx Orchid. HEX triplet: C6, 72 and CB. RGB value is (198,114,203). Sum of RGB (Red+Green+Blue) = 198+114+203=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 114 (44.92% from 255 or 22.14% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #C672CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C672CB is #398D34. Grayscale: #949494. Windows color (decimal): -3771701 or 13333190. OLE color: 13333190.

HSL color Cylindrical-coordinate representation of color #C672CB: hue angle of 296.63º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C672CB is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB198114203-
CMYK0.020.4400.20
HSL296.63º46.11%62.16%-
HSV(B)296.63º43.84%79.61%-
XYZ40.0928.3559.86-
YUV149.26158.33162.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.45%
GREEN value IS 114 (44.92% from 255) = 22.14%
BLUE value IS 203 (79.69% from 255) = 39.42%
R=38.45%
G=22.14%
B=39.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981142030.020.4400.20296.6346.1162.16
HexC672CB22C0141292e3e
Octal3061623132540244515676
Binary1100011011100101100101110101100010100100101001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c672cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c672cb; }

 p { color: rgb(198,114,203); }

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

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

 a { background-color: rgb(198,114,203); }

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

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

 span { border-color: rgb(198,114,203); }

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