Html Css Color HEX #CC62FE Heliotrope

📋 copy color: '#CC62FE'

red 204 ◦ green 98 ◦ blue 254

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

Shades of Heliotrope #CC62FE

Tints of Heliotrope #CC62FE

RGB

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

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

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

R = 36.69%
G = 17.63%
B = 45.68%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC62FE (or 0xCC62FE) is known color: Heliotrope. HEX triplet: CC, 62 and FE. RGB value is (204,98,254). Sum of RGB (Red+Green+Blue) = 204+98+254=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 98 (38.67% from 255 or 17.63% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC62FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC62FE is #339D01. Grayscale: #929292. Windows color (decimal): -3382530 or 16671436. OLE color: 16671436.

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

Color convert

RGB 204 98 254 -
CMYK 0.20 0.61 0 0.00
HSL 280.77º 0.99% 0.69% -
HSV(B) 280.77º 0.61% 1% -
XYZ 47.16 28.73 96.83 -
YUV 147.48 188.12 168.32 -
System Red Green Blue C M Y K H S L
Decimal 204 98 254 0.20 0.61 0 0.00 280.77 0.99 0.69
Hex CC 62 FE 14 3D 0 0 119 63 45
Octal 314 142 376 24 75 0 0 431 143 105
Binary 11001100 1100010 11111110 10100 111101 0 0 100011001 1100011 1000101

Color Harmonies of #CC62FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC62FE

Black with #CC62FE

Text Example


Text Example

White with #CC62FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC62FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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