Html Css Color HEX #C965EE Heliotrope

📋 copy color: '#C965EE'

red 201 ◦ green 101 ◦ blue 238

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

Shades of Heliotrope #C965EE

Tints of Heliotrope #C965EE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.7%

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

R = 37.22%
G = 18.7%
B = 44.07%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C965EE (or 0xC965EE) is known color: Heliotrope. HEX triplet: C9, 65 and EE. RGB value is (201,101,238). Sum of RGB (Red+Green+Blue) = 201+101+238=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 101 (39.84% from 255 or 18.70% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #C965EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C965EE is #369A11. Grayscale: #929292. Windows color (decimal): -3578386 or 15623625. OLE color: 15623625.

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

Color convert

RGB 201 101 238 -
CMYK 0.16 0.58 0 0.07
HSL 283.8º 0.8% 0.66% -
HSV(B) 283.8º 0.58% 0.93% -
XYZ 44.17 27.9 83.95 -
YUV 146.52 179.63 166.86 -
System Red Green Blue C M Y K H S L
Decimal 201 101 238 0.16 0.58 0 0.07 283.8 0.8 0.66
Hex C9 65 EE 10 3A 0 7 11C 50 42
Octal 311 145 356 20 72 0 7 434 120 102
Binary 11001001 1100101 11101110 10000 111010 0 111 100011100 1010000 1000010

Color Harmonies of #C965EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C965EE

Black with #C965EE

Text Example


Text Example

White with #C965EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C965EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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