#CB7DC1

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

Shades of Orchid #CB7DC1

Tints of Orchid #CB7DC1

Color information

#CB7DC1 (or 0xCB7DC1) is unknown color: approx Orchid. HEX triplet: CB, 7D and C1. RGB value is (203,125,193). Sum of RGB (Red+Green+Blue) = 203+125+193=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7DC1 is #34823E. Grayscale: #9B9B9B. Windows color (decimal): -3441215 or 12680651. OLE color: 12680651.

HSL color Cylindrical-coordinate representation of color #CB7DC1: hue angle of 307.69º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB7DC1 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB203125193-
CMYK00.380.050.20
HSL307.69º42.86%64.31%-
HSV(B)307.69º38.42%79.61%-
XYZ41.5931.2154.29-
YUV156.07148.84161.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 125 (49.22% from 255) = 23.99%
BLUE value IS 193 (75.78% from 255) = 37.04%
R=38.96%
G=23.99%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312519300.380.050.20307.6942.8664.31
HexCB7DC10265141342b40
Octal31317530104652446453100
Binary110010111111101110000010100110101101001001101001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7DC1; }

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

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

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

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

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

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

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

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