#CB7DCF

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

Shades of Orchid #CB7DCF

Tints of Orchid #CB7DCF

Color information

#CB7DCF (or 0xCB7DCF) is unknown color: approx Orchid. HEX triplet: CB, 7D and CF. RGB value is (203,125,207). Sum of RGB (Red+Green+Blue) = 203+125+207=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB7DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7DCF is #348230. Grayscale: #9D9D9D. Windows color (decimal): -3441201 or 13598155. OLE color: 13598155.

HSL color Cylindrical-coordinate representation of color #CB7DCF: hue angle of 297.07º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB7DCF is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB203125207-
CMYK0.020.4000.19
HSL297.07º46.07%65.1%-
HSV(B)297.07º39.61%81.18%-
XYZ43.2231.8762.9-
YUV157.67155.84160.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.94%
GREEN value IS 125 (49.22% from 255) = 23.36%
BLUE value IS 207 (81.25% from 255) = 38.69%
R=37.94%
G=23.36%
B=38.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031252070.020.4000.19297.0746.0765.1
HexCB7DCF2280131292e41
Octal31317531725002345156101
Binary11001011111110111001111101010000100111001010011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7DCF; }

 p { color: rgb(203,125,207); }

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

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

 a { background-color: rgb(203,125,207); }

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

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

 span { border-color: rgb(203,125,207); }

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