Html Css Color HEX #CC73DB Orchid

📋 copy color: '#CC73DB'

red 204 ◦ green 115 ◦ blue 219

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

Shades of Orchid #CC73DB

Tints of Orchid #CC73DB

RGB

 RED value IS 204 (80.08% from 255) = 37.92%

 GREEN value IS 115 (45.31% from 255) = 21.38%

 BLUE value IS 219 (85.94% from 255) = 40.71%

R = 37.92%
G = 21.38%
B = 40.71%

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

#CC73DB (or 0xCC73DB) is known color: Orchid. HEX triplet: CC, 73 and DB. RGB value is (204,115,219). Sum of RGB (Red+Green+Blue) = 204+115+219=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 115 (45.31% from 255 or 21.38% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC73DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC73DB is #338C24. Grayscale: #999999. Windows color (decimal): -3378213 or 14382028. OLE color: 14382028.

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

Color convert

RGB 204 115 219 -
CMYK 0.07 0.47 0 0.14
HSL 291.35º 0.59% 0.65% -
HSV(B) 291.35º 0.47% 0.86% -
XYZ 43.82 30.21 70.54 -
YUV 153.47 164.99 164.04 -
System Red Green Blue C M Y K H S L
Decimal 204 115 219 0.07 0.47 0 0.14 291.35 0.59 0.65
Hex CC 73 DB 7 2F 0 E 123 3B 41
Octal 314 163 333 7 57 0 16 443 73 101
Binary 11001100 1110011 11011011 111 101111 0 1110 100100011 111011 1000001

Color Harmonies of #CC73DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC73DB

Black with #CC73DB

Text Example


Text Example

White with #CC73DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC73DB; }

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

 H1.HeaderClassName
 {
   color: #CC73DB;
 }
 .AnyTagClassName
 {
   color: #CC73DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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