Html Css Color HEX #CC84EF Heliotrope

📋 copy color: '#CC84EF'

red 204 ◦ green 132 ◦ blue 239

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

Shades of Heliotrope #CC84EF

Tints of Heliotrope #CC84EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.57%

R = 35.48%
G = 22.96%
B = 41.57%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC84EF (or 0xCC84EF) is known color: Heliotrope. HEX triplet: CC, 84 and EF. RGB value is (204,132,239). Sum of RGB (Red+Green+Blue) = 204+132+239=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC84EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC84EF is #337B10. Grayscale: #A5A5A5. Windows color (decimal): -3373841 or 15697100. OLE color: 15697100.

HSL color Cylindrical-coordinate representation of color #CC84EF: hue angle of 280.37º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC84EF is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 132 239 -
CMYK 0.15 0.45 0 0.06
HSL 280.37º 0.77% 0.73% -
HSV(B) 280.37º 0.45% 0.94% -
XYZ 48.73 35.57 85.96 -
YUV 165.73 169.35 155.3 -
System Red Green Blue C M Y K H S L
Decimal 204 132 239 0.15 0.45 0 0.06 280.37 0.77 0.73
Hex CC 84 EF F 2D 0 6 118 4D 49
Octal 314 204 357 17 55 0 6 430 115 111
Binary 11001100 10000100 11101111 1111 101101 0 110 100011000 1001101 1001001

Color Harmonies of #CC84EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC84EF

Black with #CC84EF

Text Example


Text Example

White with #CC84EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC84EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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