Html Css Color HEX #C97CEB Heliotrope

📋 copy color: '#C97CEB'

red 201 ◦ green 124 ◦ blue 235

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

Shades of Heliotrope #C97CEB

Tints of Heliotrope #C97CEB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.14%

 BLUE value IS 235 (92.19% from 255) = 41.96%

R = 35.89%
G = 22.14%
B = 41.96%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C97CEB (or 0xC97CEB) is known color: Heliotrope. HEX triplet: C9, 7C and EB. RGB value is (201,124,235). Sum of RGB (Red+Green+Blue) = 201+124+235=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 124 (48.83% from 255 or 22.14% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #C97CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97CEB is #368314. Grayscale: #9F9F9F. Windows color (decimal): -3572501 or 15432905. OLE color: 15432905.

HSL color Cylindrical-coordinate representation of color #C97CEB: hue angle of 281.62º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C97CEB is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 124 235 -
CMYK 0.14 0.47 0 0.08
HSL 281.62º 0.74% 0.7% -
HSV(B) 281.62º 0.47% 0.92% -
XYZ 46.29 32.83 82.49 -
YUV 159.68 170.51 157.47 -
System Red Green Blue C M Y K H S L
Decimal 201 124 235 0.14 0.47 0 0.08 281.62 0.74 0.7
Hex C9 7C EB E 2F 0 8 11A 4A 46
Octal 311 174 353 16 57 0 10 432 112 106
Binary 11001001 1111100 11101011 1110 101111 0 1000 100011010 1001010 1000110

Color Harmonies of #C97CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97CEB

Black with #C97CEB

Text Example


Text Example

White with #C97CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97CEB; }

 p { color: rgb(201,124,235); }

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

background-color css

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

 a { background-color: rgb(201,124,235); }

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

border-color css

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

 span { border-color: rgb(201,124,235); }

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