Html Css Color HEX #C96EFD Heliotrope

📋 copy color: '#C96EFD'

red 201 ◦ green 110 ◦ blue 253

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

Shades of Heliotrope #C96EFD

Tints of Heliotrope #C96EFD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.5%

 BLUE value IS 253 (99.22% from 255) = 44.86%

R = 35.64%
G = 19.5%
B = 44.86%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C96EFD (or 0xC96EFD) is known color: Heliotrope. HEX triplet: C9, 6E and FD. RGB value is (201,110,253). Sum of RGB (Red+Green+Blue) = 201+110+253=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 110 (43.36% from 255 or 19.50% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #C96EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96EFD is #369102. Grayscale: #999999. Windows color (decimal): -3576067 or 16608969. OLE color: 16608969.

HSL color Cylindrical-coordinate representation of color #C96EFD: hue angle of 278.18º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C96EFD is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 110 253 -
CMYK 0.21 0.57 0 0.01
HSL 278.18º 0.97% 0.71% -
HSV(B) 278.18º 0.57% 0.99% -
XYZ 47.39 30.66 96.35 -
YUV 153.51 184.15 161.87 -
System Red Green Blue C M Y K H S L
Decimal 201 110 253 0.21 0.57 0 0.01 278.18 0.97 0.71
Hex C9 6E FD 15 39 0 1 116 61 47
Octal 311 156 375 25 71 0 1 426 141 107
Binary 11001001 1101110 11111101 10101 111001 0 1 100010110 1100001 1000111

Color Harmonies of #C96EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96EFD

Black with #C96EFD

Text Example


Text Example

White with #C96EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96EFD; }

 p { color: rgb(201,110,253); }

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

background-color css

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

 a { background-color: rgb(201,110,253); }

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

border-color css

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

 span { border-color: rgb(201,110,253); }

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