Html Css Color HEX #CC84EE Heliotrope

📋 copy color: '#CC84EE'

red 204 ◦ green 132 ◦ blue 238

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

Shades of Heliotrope #CC84EE

Tints of Heliotrope #CC84EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.46%

R = 35.54%
G = 23%
B = 41.46%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC84EE (or 0xCC84EE) is known color: Heliotrope. HEX triplet: CC, 84 and EE. RGB value is (204,132,238). Sum of RGB (Red+Green+Blue) = 204+132+238=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 132 (51.95% from 255 or 23.00% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC84EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC84EE is #337B11. Grayscale: #A5A5A5. Windows color (decimal): -3373842 or 15631564. OLE color: 15631564.

HSL color Cylindrical-coordinate representation of color #CC84EE: hue angle of 280.75º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC84EE is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 132 238 -
CMYK 0.14 0.45 0 0.07
HSL 280.75º 0.76% 0.73% -
HSV(B) 280.75º 0.45% 0.93% -
XYZ 48.59 35.51 85.18 -
YUV 165.61 168.85 155.38 -
System Red Green Blue C M Y K H S L
Decimal 204 132 238 0.14 0.45 0 0.07 280.75 0.76 0.73
Hex CC 84 EE E 2D 0 7 119 4C 49
Octal 314 204 356 16 55 0 7 431 114 111
Binary 11001100 10000100 11101110 1110 101101 0 111 100011001 1001100 1001001

Color Harmonies of #CC84EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC84EE

Black with #CC84EE

Text Example


Text Example

White with #CC84EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC84EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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