Html Css Color HEX #C96AFD Heliotrope

📋 copy color: '#C96AFD'

red 201 ◦ green 106 ◦ blue 253

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

Shades of Heliotrope #C96AFD

Tints of Heliotrope #C96AFD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.93%

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

R = 35.89%
G = 18.93%
B = 45.18%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C96AFD (or 0xC96AFD) is known color: Heliotrope. HEX triplet: C9, 6A and FD. RGB value is (201,106,253). Sum of RGB (Red+Green+Blue) = 201+106+253=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 106 (41.80% from 255 or 18.93% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #C96AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96AFD is #369502. Grayscale: #969696. Windows color (decimal): -3577091 or 16607945. OLE color: 16607945.

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

Color convert

RGB 201 106 253 -
CMYK 0.21 0.58 0 0.01
HSL 278.78º 0.97% 0.7% -
HSV(B) 278.78º 0.58% 0.99% -
XYZ 46.97 29.82 96.21 -
YUV 151.16 185.47 163.55 -
System Red Green Blue C M Y K H S L
Decimal 201 106 253 0.21 0.58 0 0.01 278.78 0.97 0.7
Hex C9 6A FD 15 3A 0 1 117 61 46
Octal 311 152 375 25 72 0 1 427 141 106
Binary 11001001 1101010 11111101 10101 111010 0 1 100010111 1100001 1000110

Color Harmonies of #C96AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96AFD

Black with #C96AFD

Text Example


Text Example

White with #C96AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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