Html Css Color HEX #CC82FE Heliotrope

📋 copy color: '#CC82FE'

red 204 ◦ green 130 ◦ blue 254

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

Shades of Heliotrope #CC82FE

Tints of Heliotrope #CC82FE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.11%

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

R = 34.69%
G = 22.11%
B = 43.2%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC82FE (or 0xCC82FE) is known color: Heliotrope. HEX triplet: CC, 82 and FE. RGB value is (204,130,254). Sum of RGB (Red+Green+Blue) = 204+130+254=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 130 (51.17% from 255 or 22.11% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC82FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC82FE is #337D01. Grayscale: #A5A5A5. Windows color (decimal): -3374338 or 16679628. OLE color: 16679628.

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

Color convert

RGB 204 130 254 -
CMYK 0.20 0.49 0 0.00
HSL 275.81º 0.98% 0.75% -
HSV(B) 275.81º 0.49% 1% -
XYZ 50.77 35.96 98.03 -
YUV 166.26 177.52 154.92 -
System Red Green Blue C M Y K H S L
Decimal 204 130 254 0.20 0.49 0 0.00 275.81 0.98 0.75
Hex CC 82 FE 14 31 0 0 114 62 4B
Octal 314 202 376 24 61 0 0 424 142 113
Binary 11001100 10000010 11111110 10100 110001 0 0 100010100 1100010 1001011

Color Harmonies of #CC82FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC82FE

Black with #CC82FE

Text Example


Text Example

White with #CC82FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC82FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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