#CC6DDA

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

Shades of Orchid #CC6DDA

Tints of Orchid #CC6DDA

Color information

#CC6DDA (or 0xCC6DDA) is unknown color: approx Orchid. HEX triplet: CC, 6D and DA. RGB value is (204,109,218). Sum of RGB (Red+Green+Blue) = 204+109+218=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC6DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6DDA is #339225. Grayscale: #959595. Windows color (decimal): -3379750 or 14314956. OLE color: 14314956.

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

Color convert

RGB204109218-
CMYK0.060.500.15
HSL292.29º59.56%64.12%-
HSV(B)292.29º50%85.49%-
XYZ43.0328.8469.63-
YUV149.83166.47166.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 109 (42.97% from 255) = 20.53%
BLUE value IS 218 (85.55% from 255) = 41.05%
R=38.42%
G=20.53%
B=41.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041092180.060.500.15292.2959.5664.12
HexCC6DDA6320F1243c40
Octal31415533266201744474100
Binary11001100110110111011010110110010011111001001001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6DDA; }

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

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

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

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

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

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

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

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