Html Css Color HEX #C96BF0 Heliotrope

📋 copy color: '#C96BF0'

red 201 ◦ green 107 ◦ blue 240

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

Shades of Heliotrope #C96BF0

Tints of Heliotrope #C96BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.8%

R = 36.68%
G = 19.53%
B = 43.8%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C96BF0 (or 0xC96BF0) is known color: Heliotrope. HEX triplet: C9, 6B and F0. RGB value is (201,107,240). Sum of RGB (Red+Green+Blue) = 201+107+240=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 107 (42.19% from 255 or 19.53% from 548); Blue value is 240 (94.14% from 255 or 43.80% from 548); Max value from RGB is 240 - color contains mainly: blue. Hex color #C96BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96BF0 is #36940F. Grayscale: #959595. Windows color (decimal): -3576848 or 15756233. OLE color: 15756233.

HSL color Cylindrical-coordinate representation of color #C96BF0: hue angle of 282.41º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C96BF0 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 107 240 -
CMYK 0.16 0.55 0 0.06
HSL 282.41º 0.82% 0.68% -
HSV(B) 282.41º 0.55% 0.94% -
XYZ 45.07 29.22 85.7 -
YUV 150.27 178.64 164.19 -
System Red Green Blue C M Y K H S L
Decimal 201 107 240 0.16 0.55 0 0.06 282.41 0.82 0.68
Hex C9 6B F0 10 37 0 6 11A 52 44
Octal 311 153 360 20 67 0 6 432 122 104
Binary 11001001 1101011 11110000 10000 110111 0 110 100011010 1010010 1000100

Color Harmonies of #C96BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96BF0

Black with #C96BF0

Text Example


Text Example

White with #C96BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96BF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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