#CC7DDA

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

Shades of Orchid #CC7DDA

Tints of Orchid #CC7DDA

Color information

#CC7DDA (or 0xCC7DDA) is unknown color: approx Orchid. HEX triplet: CC, 7D and DA. RGB value is (204,125,218). Sum of RGB (Red+Green+Blue) = 204+125+218=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC7DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7DDA is #338225. Grayscale: #9E9E9E. Windows color (decimal): -3375654 or 14319052. OLE color: 14319052.

HSL color Cylindrical-coordinate representation of color #CC7DDA: hue angle of 290.97º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC7DDA is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204125218-
CMYK0.060.4300.15
HSL290.97º55.69%67.25%-
HSV(B)290.97º42.66%85.49%-
XYZ44.8932.5770.25-
YUV159.22161.17159.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.29%
GREEN value IS 125 (49.22% from 255) = 22.85%
BLUE value IS 218 (85.55% from 255) = 39.85%
R=37.29%
G=22.85%
B=39.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041252180.060.4300.15290.9755.6967.25
HexCC7DDA62B0F1233843
Octal31417533265301744370103
Binary11001100111110111011010110101011011111001000111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7DDA; }

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

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

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

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

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

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

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

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