Html Css Color HEX #C96BFD Heliotrope

📋 copy color: '#C96BFD'

red 201 ◦ green 107 ◦ blue 253

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

Shades of Heliotrope #C96BFD

Tints of Heliotrope #C96BFD

RGB

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

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

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

R = 35.83%
G = 19.07%
B = 45.1%

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

#C96BFD (or 0xC96BFD) is known color: Heliotrope. HEX triplet: C9, 6B and FD. RGB value is (201,107,253). Sum of RGB (Red+Green+Blue) = 201+107+253=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 107 (42.19% from 255 or 19.07% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #C96BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96BFD is #369402. Grayscale: #979797. Windows color (decimal): -3576835 or 16608201. OLE color: 16608201.

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

Color convert

RGB 201 107 253 -
CMYK 0.21 0.58 0 0.01
HSL 278.63º 0.97% 0.71% -
HSV(B) 278.63º 0.58% 0.99% -
XYZ 47.07 30.02 96.24 -
YUV 151.75 185.14 163.13 -
System Red Green Blue C M Y K H S L
Decimal 201 107 253 0.21 0.58 0 0.01 278.63 0.97 0.71
Hex C9 6B FD 15 3A 0 1 117 61 47
Octal 311 153 375 25 72 0 1 427 141 107
Binary 11001001 1101011 11111101 10101 111010 0 1 100010111 1100001 1000111

Color Harmonies of #C96BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96BFD

Black with #C96BFD

Text Example


Text Example

White with #C96BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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