#CF6FB7

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

Shades of Orchid #CF6FB7

Tints of Orchid #CF6FB7

Color information

#CF6FB7 (or 0xCF6FB7) is unknown color: approx Orchid. HEX triplet: CF, 6F and B7. RGB value is (207,111,183). Sum of RGB (Red+Green+Blue) = 207+111+183=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FB7 is #309048. Grayscale: #939393. Windows color (decimal): -3182665 or 12021711. OLE color: 12021711.

HSL color Cylindrical-coordinate representation of color #CF6FB7: hue angle of 315º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF6FB7 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB207111183-
CMYK00.460.120.19
HSL315º50%62.35%-
HSV(B)315º46.38%81.18%-
XYZ39.9628.0548.11-
YUV147.91147.8170.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.32%
GREEN value IS 111 (43.75% from 255) = 22.16%
BLUE value IS 183 (71.88% from 255) = 36.53%
R=41.32%
G=22.16%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711118300.460.120.193155062.35
HexCF6FB702EC1313b323e
Octal31715726705614234736276
Binary110011111101111101101110101110110010011100111011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6FB7; }

 p { color: rgb(207,111,183); }

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

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

 a { background-color: rgb(207,111,183); }

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

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

 span { border-color: rgb(207,111,183); }

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