Html Css Color HEX #CC82FA Heliotrope

📋 copy color: '#CC82FA'

red 204 ◦ green 130 ◦ blue 250

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

Shades of Heliotrope #CC82FA

Tints of Heliotrope #CC82FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.81%

R = 34.93%
G = 22.26%
B = 42.81%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC82FA (or 0xCC82FA) is known color: Heliotrope. HEX triplet: CC, 82 and FA. RGB value is (204,130,250). Sum of RGB (Red+Green+Blue) = 204+130+250=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 130 (51.17% from 255 or 22.26% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC82FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC82FA is #337D05. Grayscale: #A5A5A5. Windows color (decimal): -3374342 or 16417484. OLE color: 16417484.

HSL color Cylindrical-coordinate representation of color #CC82FA: hue angle of 277º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC82FA is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 130 250 -
CMYK 0.18 0.48 0 0.02
HSL 277º 0.92% 0.75% -
HSV(B) 277º 0.48% 0.98% -
XYZ 50.14 35.7 94.69 -
YUV 165.81 175.52 155.24 -
System Red Green Blue C M Y K H S L
Decimal 204 130 250 0.18 0.48 0 0.02 277 0.92 0.75
Hex CC 82 FA 12 30 0 2 115 5C 4B
Octal 314 202 372 22 60 0 2 425 134 113
Binary 11001100 10000010 11111010 10010 110000 0 10 100010101 1011100 1001011

Color Harmonies of #CC82FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC82FA

Black with #CC82FA

Text Example


Text Example

White with #CC82FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC82FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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