#CF6BBD

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

Shades of Orchid #CF6BBD

Tints of Orchid #CF6BBD

Color information

#CF6BBD (or 0xCF6BBD) is unknown color: approx Orchid. HEX triplet: CF, 6B and BD. RGB value is (207,107,189). Sum of RGB (Red+Green+Blue) = 207+107+189=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6BBD is #309442. Grayscale: #929292. Windows color (decimal): -3183683 or 12413903. OLE color: 12413903.

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

Color convert

RGB207107189-
CMYK00.480.090.19
HSL310.8º51.02%61.57%-
HSV(B)310.8º48.31%81.18%-
XYZ40.1827.4551.33-
YUV146.25152.13171.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.15%
GREEN value IS 107 (42.19% from 255) = 21.27%
BLUE value IS 189 (74.22% from 255) = 37.57%
R=41.15%
G=21.27%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710718900.480.090.19310.851.0261.57
HexCF6BBD030913137333e
Octal31715327506011234676376
Binary110011111101011101111010110000100110011100110111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6BBD; }

 p { color: rgb(207,107,189); }

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

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

 a { background-color: rgb(207,107,189); }

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

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

 span { border-color: rgb(207,107,189); }

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