Html Css Color HEX #CC84DB Orchid

📋 copy color: '#CC84DB'

red 204 ◦ green 132 ◦ blue 219

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

Shades of Orchid #CC84DB

Tints of Orchid #CC84DB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.78%

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

R = 36.76%
G = 23.78%
B = 39.46%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC84DB (or 0xCC84DB) is known color: Orchid. HEX triplet: CC, 84 and DB. RGB value is (204,132,219). Sum of RGB (Red+Green+Blue) = 204+132+219=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC84DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC84DB is #337B24. Grayscale: #A3A3A3. Windows color (decimal): -3373861 or 14386380. OLE color: 14386380.

HSL color Cylindrical-coordinate representation of color #CC84DB: hue angle of 289.66º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC84DB is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 132 219 -
CMYK 0.07 0.40 0 0.14
HSL 289.66º 0.55% 0.69% -
HSV(B) 289.66º 0.4% 0.86% -
XYZ 45.94 34.45 71.25 -
YUV 163.45 159.35 156.93 -
System Red Green Blue C M Y K H S L
Decimal 204 132 219 0.07 0.40 0 0.14 289.66 0.55 0.69
Hex CC 84 DB 7 28 0 E 122 37 45
Octal 314 204 333 7 50 0 16 442 67 105
Binary 11001100 10000100 11011011 111 101000 0 1110 100100010 110111 1000101

Color Harmonies of #CC84DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC84DB

Black with #CC84DB

Text Example


Text Example

White with #CC84DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC84DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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