Html Css Color HEX #CC84FF Heliotrope

📋 copy color: '#CC84FF'

red 204 ◦ green 132 ◦ blue 255

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

Shades of Heliotrope #CC84FF

Tints of Heliotrope #CC84FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.15%

R = 34.52%
G = 22.34%
B = 43.15%

CMYK

 C value IS 0.2

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC84FF (or 0xCC84FF) is known color: Heliotrope. HEX triplet: CC, 84 and FF. RGB value is (204,132,255). Sum of RGB (Red+Green+Blue) = 204+132+255=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 132 (51.95% from 255 or 22.34% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC84FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC84FF is #337B00. Grayscale: #A7A7A7. Windows color (decimal): -3373825 or 16745676. OLE color: 16745676.

HSL color Cylindrical-coordinate representation of color #CC84FF: hue angle of 275.12º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC84FF is Cyan = 0.2, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 132 255 -
CMYK 0.2 0.48 0 0
HSL 275.12º 1% 0.76% -
HSV(B) 275.12º 0.48% 1% -
XYZ 51.2 36.56 98.97 -
YUV 167.55 177.35 154 -
System Red Green Blue C M Y K H S L
Decimal 204 132 255 0.2 0.48 0 0 275.12 1 0.76
Hex CC 84 FF 14 30 0 0 113 64 4C
Octal 314 204 377 24 60 0 0 423 144 114
Binary 11001100 10000100 11111111 10100 110000 0 0 100010011 1100100 1001100

Color Harmonies of #CC84FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC84FF

Black with #CC84FF

Text Example


Text Example

White with #CC84FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC84FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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