Html Css Color HEX #CC82F0 Heliotrope

📋 copy color: '#CC82F0'

red 204 ◦ green 130 ◦ blue 240

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

Shades of Heliotrope #CC82F0

Tints of Heliotrope #CC82F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.81%

R = 35.54%
G = 22.65%
B = 41.81%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC82F0 (or 0xCC82F0) is known color: Heliotrope. HEX triplet: CC, 82 and F0. RGB value is (204,130,240). Sum of RGB (Red+Green+Blue) = 204+130+240=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 130 (51.17% from 255 or 22.65% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC82F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC82F0 is #337D0F. Grayscale: #A4A4A4. Windows color (decimal): -3374352 or 15762124. OLE color: 15762124.

HSL color Cylindrical-coordinate representation of color #CC82F0: hue angle of 280.36º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC82F0 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 130 240 -
CMYK 0.15 0.46 0 0.06
HSL 280.36º 0.79% 0.73% -
HSV(B) 280.36º 0.46% 0.94% -
XYZ 48.61 35.09 86.65 -
YUV 164.67 170.52 156.06 -
System Red Green Blue C M Y K H S L
Decimal 204 130 240 0.15 0.46 0 0.06 280.36 0.79 0.73
Hex CC 82 F0 F 2E 0 6 118 4F 49
Octal 314 202 360 17 56 0 6 430 117 111
Binary 11001100 10000010 11110000 1111 101110 0 110 100011000 1001111 1001001

Color Harmonies of #CC82F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC82F0

Black with #CC82F0

Text Example


Text Example

White with #CC82F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC82F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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