Html Css Color HEX #C964ED Heliotrope

📋 copy color: '#C964ED'

red 201 ◦ green 100 ◦ blue 237

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

Shades of Heliotrope #C964ED

Tints of Heliotrope #C964ED

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.59%

 BLUE value IS 237 (92.97% from 255) = 44.05%

R = 37.36%
G = 18.59%
B = 44.05%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C964ED (or 0xC964ED) is known color: Heliotrope. HEX triplet: C9, 64 and ED. RGB value is (201,100,237). Sum of RGB (Red+Green+Blue) = 201+100+237=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 100 (39.45% from 255 or 18.59% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #C964ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C964ED is #369B12. Grayscale: #919191. Windows color (decimal): -3578643 or 15557833. OLE color: 15557833.

HSL color Cylindrical-coordinate representation of color #C964ED: hue angle of 284.23º degrees, saturation: 0.79, 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 #C964ED is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 100 237 -
CMYK 0.15 0.58 0 0.07
HSL 284.23º 0.79% 0.66% -
HSV(B) 284.23º 0.58% 0.93% -
XYZ 43.93 27.65 83.14 -
YUV 145.82 179.46 167.36 -
System Red Green Blue C M Y K H S L
Decimal 201 100 237 0.15 0.58 0 0.07 284.23 0.79 0.66
Hex C9 64 ED F 3A 0 7 11C 4F 42
Octal 311 144 355 17 72 0 7 434 117 102
Binary 11001001 1100100 11101101 1111 111010 0 111 100011100 1001111 1000010

Color Harmonies of #C964ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C964ED

Black with #C964ED

Text Example


Text Example

White with #C964ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C964ED; }

 p { color: rgb(201,100,237); }

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

background-color css

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

 a { background-color: rgb(201,100,237); }

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

border-color css

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

 span { border-color: rgb(201,100,237); }

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