Html Css Color HEX #CC84FE Heliotrope

📋 copy color: '#CC84FE'

red 204 ◦ green 132 ◦ blue 254

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

Shades of Heliotrope #CC84FE

Tints of Heliotrope #CC84FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.05%

R = 34.58%
G = 22.37%
B = 43.05%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC84FE (or 0xCC84FE) is known color: Heliotrope. HEX triplet: CC, 84 and FE. RGB value is (204,132,254). Sum of RGB (Red+Green+Blue) = 204+132+254=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 132 (51.95% from 255 or 22.37% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC84FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC84FE is #337B01. Grayscale: #A7A7A7. Windows color (decimal): -3373826 or 16680140. OLE color: 16680140.

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

Color convert

RGB 204 132 254 -
CMYK 0.20 0.48 0 0.00
HSL 275.41º 0.98% 0.76% -
HSV(B) 275.41º 0.48% 1% -
XYZ 51.04 36.5 98.12 -
YUV 167.44 176.85 154.08 -
System Red Green Blue C M Y K H S L
Decimal 204 132 254 0.20 0.48 0 0.00 275.41 0.98 0.76
Hex CC 84 FE 14 30 0 0 113 62 4C
Octal 314 204 376 24 60 0 0 423 142 114
Binary 11001100 10000100 11111110 10100 110000 0 0 100010011 1100010 1001100

Color Harmonies of #CC84FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC84FE

Black with #CC84FE

Text Example


Text Example

White with #CC84FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC84FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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