#CC7DCD

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

Shades of Orchid #CC7DCD

Tints of Orchid #CC7DCD

Color information

#CC7DCD (or 0xCC7DCD) is unknown color: approx Orchid. HEX triplet: CC, 7D and CD. RGB value is (204,125,205). Sum of RGB (Red+Green+Blue) = 204+125+205=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC7DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7DCD is #338232. Grayscale: #9D9D9D. Windows color (decimal): -3375667 or 13467084. OLE color: 13467084.

HSL color Cylindrical-coordinate representation of color #CC7DCD: hue angle of 299.25º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7DCD is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB204125205-
CMYK0.000.3900.20
HSL299.25º44.44%64.71%-
HSV(B)299.25º39.02%80.39%-
XYZ43.2531.9161.64-
YUV157.74154.67161-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.20%
GREEN value IS 125 (49.22% from 255) = 23.41%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=38.20%
G=23.41%
B=38.39%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2041252050.000.3900.20299.2544.4464.71
HexCC7DCD02701412b2c41
Octal31417531504702445354101
Binary1100110011111011100110101001110101001001010111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7DCD; }

 p { color: rgb(204,125,205); }

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

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

 a { background-color: rgb(204,125,205); }

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

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

 span { border-color: rgb(204,125,205); }

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