Html Css Color HEX #CC75DB Orchid

📋 copy color: '#CC75DB'

red 204 ◦ green 117 ◦ blue 219

#CC75DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CC75DB

Tints of Orchid #CC75DB

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 value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC75DB (or 0xCC75DB) is known color: 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

RGB 204 117 219 -
CMYK 0.07 0.47 0 0.14
HSL 291.18º 0.59% 0.66% -
HSV(B) 291.18º 0.47% 0.86% -
XYZ 44.05 30.67 70.62 -
YUV 154.64 164.32 163.21 -
System Red Green Blue C M Y K H S L
Decimal 204 117 219 0.07 0.47 0 0.14 291.18 0.59 0.66
Hex CC 75 DB 7 2F 0 E 123 3B 42
Octal 314 165 333 7 57 0 16 443 73 102
Binary 11001100 1110101 11011011 111 101111 0 1110 100100011 111011 1000010

Color Harmonies of #CC75DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC75DB

Black with #CC75DB

Text Example


Text Example

White with #CC75DB

Text Example


Text Example

HTML Codes & Css Web 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>