Html Css Color HEX #C96EFA Heliotrope

📋 copy color: '#C96EFA'

red 201 ◦ green 110 ◦ blue 250

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

Shades of Heliotrope #C96EFA

Tints of Heliotrope #C96EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.56%

R = 35.83%
G = 19.61%
B = 44.56%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C96EFA (or 0xC96EFA) is known color: Heliotrope. HEX triplet: C9, 6E and FA. RGB value is (201,110,250). Sum of RGB (Red+Green+Blue) = 201+110+250=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 110 (43.36% from 255 or 19.61% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #C96EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96EFA is #369105. Grayscale: #989898. Windows color (decimal): -3576070 or 16412361. OLE color: 16412361.

HSL color Cylindrical-coordinate representation of color #C96EFA: hue angle of 279º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C96EFA is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 110 250 -
CMYK 0.20 0.56 0 0.02
HSL 279º 0.93% 0.71% -
HSV(B) 279º 0.56% 0.98% -
XYZ 46.92 30.47 93.85 -
YUV 153.17 182.65 162.12 -
System Red Green Blue C M Y K H S L
Decimal 201 110 250 0.20 0.56 0 0.02 279 0.93 0.71
Hex C9 6E FA 14 38 0 2 117 5D 47
Octal 311 156 372 24 70 0 2 427 135 107
Binary 11001001 1101110 11111010 10100 111000 0 10 100010111 1011101 1000111

Color Harmonies of #C96EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96EFA

Black with #C96EFA

Text Example


Text Example

White with #C96EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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