#CC7BD5

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

Shades of Orchid #CC7BD5

Tints of Orchid #CC7BD5

Color information

#CC7BD5 (or 0xCC7BD5) is unknown color: approx Orchid. HEX triplet: CC, 7B and D5. RGB value is (204,123,213). Sum of RGB (Red+Green+Blue) = 204+123+213=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 213 (83.59% from 255 or 39.44% from 540); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC7BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7BD5 is #33842A. Grayscale: #9D9D9D. Windows color (decimal): -3376171 or 13990860. OLE color: 13990860.

HSL color Cylindrical-coordinate representation of color #CC7BD5: hue angle of 294º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC7BD5 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204123213-
CMYK0.040.4200.16
HSL294º51.72%65.88%-
HSV(B)294º42.25%83.53%-
XYZ4431.8166.77-
YUV157.48159.34161.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.78%
GREEN value IS 123 (48.44% from 255) = 22.78%
BLUE value IS 213 (83.59% from 255) = 39.44%
R=37.78%
G=22.78%
B=39.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041232130.040.4200.1629451.7265.88
HexCC7BD542A0101263442
Octal31417332545202044664102
Binary110011001111011110101011001010100100001001001101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7BD5; }

 p { color: rgb(204,123,213); }

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

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

 a { background-color: rgb(204,123,213); }

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

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

 span { border-color: rgb(204,123,213); }

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