#CD7BC2

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

Shades of Orchid #CD7BC2

Tints of Orchid #CD7BC2

Color information

#CD7BC2 (or 0xCD7BC2) is unknown color: approx Orchid. HEX triplet: CD, 7B and C2. RGB value is (205,123,194). Sum of RGB (Red+Green+Blue) = 205+123+194=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7BC2 is #32843D. Grayscale: #9B9B9B. Windows color (decimal): -3310654 or 12745677. OLE color: 12745677.

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

Color convert

RGB205123194-
CMYK00.40.050.20
HSL308.05º45.05%64.31%-
HSV(B)308.05º40%80.39%-
XYZ4231.0454.82-
YUV155.61149.67163.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 123 (48.44% from 255) = 23.56%
BLUE value IS 194 (76.17% from 255) = 37.16%
R=39.27%
G=23.56%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512319400.40.050.20308.0545.0564.31
HexCD7BC20285141342d40
Octal31517330205052446455100
Binary110011011111011110000100101000101101001001101001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7BC2; }

 p { color: rgb(205,123,194); }

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

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

 a { background-color: rgb(205,123,194); }

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

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

 span { border-color: rgb(205,123,194); }

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