Html Css Color HEX #C96DFA Heliotrope

📋 copy color: '#C96DFA'

red 201 ◦ green 109 ◦ blue 250

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

Shades of Heliotrope #C96DFA

Tints of Heliotrope #C96DFA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.46%

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

R = 35.89%
G = 19.46%
B = 44.64%

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

#C96DFA (or 0xC96DFA) is known color: Heliotrope. HEX triplet: C9, 6D and FA. RGB value is (201,109,250). Sum of RGB (Red+Green+Blue) = 201+109+250=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 109 (42.97% from 255 or 19.46% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #C96DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96DFA is #369205. Grayscale: #989898. Windows color (decimal): -3576326 or 16412105. OLE color: 16412105.

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

Color convert

RGB 201 109 250 -
CMYK 0.20 0.56 0 0.02
HSL 279.15º 0.93% 0.7% -
HSV(B) 279.15º 0.56% 0.98% -
XYZ 46.81 30.26 93.82 -
YUV 152.58 182.98 162.54 -
System Red Green Blue C M Y K H S L
Decimal 201 109 250 0.20 0.56 0 0.02 279.15 0.93 0.7
Hex C9 6D FA 14 38 0 2 117 5D 46
Octal 311 155 372 24 70 0 2 427 135 106
Binary 11001001 1101101 11111010 10100 111000 0 10 100010111 1011101 1000110

Color Harmonies of #C96DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96DFA

Black with #C96DFA

Text Example


Text Example

White with #C96DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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