Html Css Color HEX #C965EC Heliotrope

📋 copy color: '#C965EC'

red 201 ◦ green 101 ◦ blue 236

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

Shades of Heliotrope #C965EC

Tints of Heliotrope #C965EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.87%

R = 37.36%
G = 18.77%
B = 43.87%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C965EC (or 0xC965EC) is known color: Heliotrope. HEX triplet: C9, 65 and EC. RGB value is (201,101,236). Sum of RGB (Red+Green+Blue) = 201+101+236=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 101 (39.84% from 255 or 18.77% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #C965EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C965EC is #369A13. Grayscale: #919191. Windows color (decimal): -3578388 or 15492553. OLE color: 15492553.

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

Color convert

RGB 201 101 236 -
CMYK 0.15 0.57 0 0.07
HSL 284.44º 0.78% 0.66% -
HSV(B) 284.44º 0.57% 0.93% -
XYZ 43.88 27.78 82.41 -
YUV 146.29 178.63 167.02 -
System Red Green Blue C M Y K H S L
Decimal 201 101 236 0.15 0.57 0 0.07 284.44 0.78 0.66
Hex C9 65 EC F 39 0 7 11C 4E 42
Octal 311 145 354 17 71 0 7 434 116 102
Binary 11001001 1100101 11101100 1111 111001 0 111 100011100 1001110 1000010

Color Harmonies of #C965EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C965EC

Black with #C965EC

Text Example


Text Example

White with #C965EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C965EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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