Html Css Color HEX #C96BFA Heliotrope

📋 copy color: '#C96BFA'

red 201 ◦ green 107 ◦ blue 250

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

Shades of Heliotrope #C96BFA

Tints of Heliotrope #C96BFA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.18%

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

R = 36.02%
G = 19.18%
B = 44.8%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C96BFA (or 0xC96BFA) is known color: Heliotrope. HEX triplet: C9, 6B and FA. RGB value is (201,107,250). Sum of RGB (Red+Green+Blue) = 201+107+250=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 107 (42.19% from 255 or 19.18% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #C96BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96BFA is #369405. Grayscale: #969696. Windows color (decimal): -3576838 or 16411593. OLE color: 16411593.

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

Color convert

RGB 201 107 250 -
CMYK 0.20 0.57 0 0.02
HSL 279.44º 0.93% 0.7% -
HSV(B) 279.44º 0.57% 0.98% -
XYZ 46.6 29.84 93.75 -
YUV 151.41 183.64 163.37 -
System Red Green Blue C M Y K H S L
Decimal 201 107 250 0.20 0.57 0 0.02 279.44 0.93 0.7
Hex C9 6B FA 14 39 0 2 117 5D 46
Octal 311 153 372 24 71 0 2 427 135 106
Binary 11001001 1101011 11111010 10100 111001 0 10 100010111 1011101 1000110

Color Harmonies of #C96BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96BFA

Black with #C96BFA

Text Example


Text Example

White with #C96BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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