Html Css Color HEX #CC62FF Heliotrope

📋 copy color: '#CC62FF'

red 204 ◦ green 98 ◦ blue 255

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

Shades of Heliotrope #CC62FF

Tints of Heliotrope #CC62FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.78%

R = 36.62%
G = 17.59%
B = 45.78%

CMYK

 C value IS 0.2

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC62FF (or 0xCC62FF) is known color: Heliotrope. HEX triplet: CC, 62 and FF. RGB value is (204,98,255). Sum of RGB (Red+Green+Blue) = 204+98+255=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 98 (38.67% from 255 or 17.59% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC62FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC62FF is #339D00. Grayscale: #939393. Windows color (decimal): -3382529 or 16736972. OLE color: 16736972.

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

Color convert

RGB 204 98 255 -
CMYK 0.2 0.62 0 0
HSL 280.51º 1% 0.69% -
HSV(B) 280.51º 0.62% 1% -
XYZ 47.32 28.79 97.67 -
YUV 147.59 188.62 168.23 -
System Red Green Blue C M Y K H S L
Decimal 204 98 255 0.2 0.62 0 0 280.51 1 0.69
Hex CC 62 FF 14 3E 0 0 119 64 45
Octal 314 142 377 24 76 0 0 431 144 105
Binary 11001100 1100010 11111111 10100 111110 0 0 100011001 1100100 1000101

Color Harmonies of #CC62FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC62FF

Black with #CC62FF

Text Example


Text Example

White with #CC62FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC62FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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