Html Css Color HEX #C963ED Heliotrope

📋 copy color: '#C963ED'

red 201 ◦ green 99 ◦ blue 237

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

Shades of Heliotrope #C963ED

Tints of Heliotrope #C963ED

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.44%

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

R = 37.43%
G = 18.44%
B = 44.13%

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

#C963ED (or 0xC963ED) is known color: Heliotrope. HEX triplet: C9, 63 and ED. RGB value is (201,99,237). Sum of RGB (Red+Green+Blue) = 201+99+237=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 99 (39.06% from 255 or 18.44% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #C963ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C963ED is #369C12. Grayscale: #909090. Windows color (decimal): -3578899 or 15557577. OLE color: 15557577.

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

Color convert

RGB 201 99 237 -
CMYK 0.15 0.58 0 0.07
HSL 284.35º 0.79% 0.66% -
HSV(B) 284.35º 0.58% 0.93% -
XYZ 43.84 27.46 83.11 -
YUV 145.23 179.79 167.78 -
System Red Green Blue C M Y K H S L
Decimal 201 99 237 0.15 0.58 0 0.07 284.35 0.79 0.66
Hex C9 63 ED F 3A 0 7 11C 4F 42
Octal 311 143 355 17 72 0 7 434 117 102
Binary 11001001 1100011 11101101 1111 111010 0 111 100011100 1001111 1000010

Color Harmonies of #C963ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C963ED

Black with #C963ED

Text Example


Text Example

White with #C963ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C963ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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