#CC75DB

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

Shades of Orchid #CC75DB

Tints of Orchid #CC75DB

Color information

#CC75DB (or 0xCC75DB) is unknown color: approx Orchid. HEX triplet: CC, 75 and DB. RGB value is (204,117,219). Sum of RGB (Red+Green+Blue) = 204+117+219=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC75DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC75DB is #338A24. Grayscale: #9A9A9A. Windows color (decimal): -3377701 or 14382540. OLE color: 14382540.

HSL color Cylindrical-coordinate representation of color #CC75DB: hue angle of 291.18º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC75DB is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204117219-
CMYK0.070.4700.14
HSL291.18º58.62%65.88%-
HSV(B)291.18º46.58%85.88%-
XYZ44.0530.6770.62-
YUV154.64164.32163.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.78%
GREEN value IS 117 (46.09% from 255) = 21.67%
BLUE value IS 219 (85.94% from 255) = 40.56%
R=37.78%
G=21.67%
B=40.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041172190.070.4700.14291.1858.6265.88
HexCC75DB72F0E1233b42
Octal31416533375701644373102
Binary11001100111010111011011111101111011101001000111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC75DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC75DB; }

 p { color: rgb(204,117,219); }

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

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

 a { background-color: rgb(204,117,219); }

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

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

 span { border-color: rgb(204,117,219); }

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