Html Css Color HEX #CC62FA Heliotrope

📋 copy color: '#CC62FA'

red 204 ◦ green 98 ◦ blue 250

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

Shades of Heliotrope #CC62FA

Tints of Heliotrope #CC62FA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.75%

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

R = 36.96%
G = 17.75%
B = 45.29%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC62FA (or 0xCC62FA) is known color: Heliotrope. HEX triplet: CC, 62 and FA. RGB value is (204,98,250). Sum of RGB (Red+Green+Blue) = 204+98+250=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 98 (38.67% from 255 or 17.75% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC62FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC62FA is #339D05. Grayscale: #929292. Windows color (decimal): -3382534 or 16409292. OLE color: 16409292.

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

Color convert

RGB 204 98 250 -
CMYK 0.18 0.61 0 0.02
HSL 281.84º 0.94% 0.68% -
HSV(B) 281.84º 0.61% 0.98% -
XYZ 46.52 28.47 93.49 -
YUV 147.02 186.12 168.64 -
System Red Green Blue C M Y K H S L
Decimal 204 98 250 0.18 0.61 0 0.02 281.84 0.94 0.68
Hex CC 62 FA 12 3D 0 2 11A 5E 44
Octal 314 142 372 22 75 0 2 432 136 104
Binary 11001100 1100010 11111010 10010 111101 0 10 100011010 1011110 1000100

Color Harmonies of #CC62FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC62FA

Black with #CC62FA

Text Example


Text Example

White with #CC62FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC62FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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