Html Css Color HEX #C96FEE Heliotrope

📋 copy color: '#C96FEE'

red 201 ◦ green 111 ◦ blue 238

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

Shades of Heliotrope #C96FEE

Tints of Heliotrope #C96FEE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.18%

 BLUE value IS 238 (93.36% from 255) = 43.27%

R = 36.55%
G = 20.18%
B = 43.27%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C96FEE (or 0xC96FEE) is known color: Heliotrope. HEX triplet: C9, 6F and EE. RGB value is (201,111,238). Sum of RGB (Red+Green+Blue) = 201+111+238=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 111 (43.75% from 255 or 20.18% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #C96FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96FEE is #369011. Grayscale: #979797. Windows color (decimal): -3575826 or 15626185. OLE color: 15626185.

HSL color Cylindrical-coordinate representation of color #C96FEE: hue angle of 282.52º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C96FEE is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 111 238 -
CMYK 0.16 0.53 0 0.07
HSL 282.52º 0.79% 0.68% -
HSV(B) 282.52º 0.53% 0.93% -
XYZ 45.2 29.96 84.29 -
YUV 152.39 176.32 162.67 -
System Red Green Blue C M Y K H S L
Decimal 201 111 238 0.16 0.53 0 0.07 282.52 0.79 0.68
Hex C9 6F EE 10 35 0 7 11B 4F 44
Octal 311 157 356 20 65 0 7 433 117 104
Binary 11001001 1101111 11101110 10000 110101 0 111 100011011 1001111 1000100

Color Harmonies of #C96FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96FEE

Black with #C96FEE

Text Example


Text Example

White with #C96FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96FEE; }

 p { color: rgb(201,111,238); }

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

background-color css

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

 a { background-color: rgb(201,111,238); }

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

border-color css

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

 span { border-color: rgb(201,111,238); }

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