Html Css Color HEX #CC82F2 Heliotrope

📋 copy color: '#CC82F2'

red 204 ◦ green 130 ◦ blue 242

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

Shades of Heliotrope #CC82F2

Tints of Heliotrope #CC82F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.01%

R = 35.42%
G = 22.57%
B = 42.01%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC82F2 (or 0xCC82F2) is known color: Heliotrope. HEX triplet: CC, 82 and F2. RGB value is (204,130,242). Sum of RGB (Red+Green+Blue) = 204+130+242=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 130 (51.17% from 255 or 22.57% from 576); Blue value is 242 (94.92% from 255 or 42.01% from 576); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC82F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC82F2 is #337D0D. Grayscale: #A4A4A4. Windows color (decimal): -3374350 or 15893196. OLE color: 15893196.

HSL color Cylindrical-coordinate representation of color #CC82F2: hue angle of 279.64º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC82F2 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 130 242 -
CMYK 0.16 0.46 0 0.05
HSL 279.64º 0.81% 0.73% -
HSV(B) 279.64º 0.46% 0.95% -
XYZ 48.91 35.21 88.22 -
YUV 164.89 171.52 155.89 -
System Red Green Blue C M Y K H S L
Decimal 204 130 242 0.16 0.46 0 0.05 279.64 0.81 0.73
Hex CC 82 F2 10 2E 0 5 118 51 49
Octal 314 202 362 20 56 0 5 430 121 111
Binary 11001100 10000010 11110010 10000 101110 0 101 100011000 1010001 1001001

Color Harmonies of #CC82F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC82F2

Black with #CC82F2

Text Example


Text Example

White with #CC82F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC82F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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