Html Css Color HEX #C962EE Heliotrope

📋 copy color: '#C962EE'

red 201 ◦ green 98 ◦ blue 238

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

Shades of Heliotrope #C962EE

Tints of Heliotrope #C962EE

RGB

 RED value IS 201 (78.91% from 255) = 37.43%

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

 BLUE value IS 238 (93.36% from 255) = 44.32%

R = 37.43%
G = 18.25%
B = 44.32%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C962EE (or 0xC962EE) is known color: Heliotrope. HEX triplet: C9, 62 and EE. RGB value is (201,98,238). Sum of RGB (Red+Green+Blue) = 201+98+238=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 98 (38.67% from 255 or 18.25% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #C962EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C962EE is #369D11. Grayscale: #909090. Windows color (decimal): -3579154 or 15622857. OLE color: 15622857.

HSL color Cylindrical-coordinate representation of color #C962EE: hue angle of 284.14º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C962EE is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 98 238 -
CMYK 0.16 0.59 0 0.07
HSL 284.14º 0.8% 0.66% -
HSV(B) 284.14º 0.59% 0.93% -
XYZ 43.89 27.33 83.85 -
YUV 144.76 180.62 168.12 -
System Red Green Blue C M Y K H S L
Decimal 201 98 238 0.16 0.59 0 0.07 284.14 0.8 0.66
Hex C9 62 EE 10 3B 0 7 11C 50 42
Octal 311 142 356 20 73 0 7 434 120 102
Binary 11001001 1100010 11101110 10000 111011 0 111 100011100 1010000 1000010

Color Harmonies of #C962EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C962EE

Black with #C962EE

Text Example


Text Example

White with #C962EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C962EE; }

 p { color: rgb(201,98,238); }

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

background-color css

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

 a { background-color: rgb(201,98,238); }

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

border-color css

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

 span { border-color: rgb(201,98,238); }

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