Html Css Color HEX #C97CFD Heliotrope

📋 copy color: '#C97CFD'

red 201 ◦ green 124 ◦ blue 253

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

Shades of Heliotrope #C97CFD

Tints of Heliotrope #C97CFD

RGB

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

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

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

R = 34.78%
G = 21.45%
B = 43.77%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C97CFD (or 0xC97CFD) is known color: Heliotrope. HEX triplet: C9, 7C and FD. RGB value is (201,124,253). Sum of RGB (Red+Green+Blue) = 201+124+253=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 124 (48.83% from 255 or 21.45% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #C97CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97CFD is #368302. Grayscale: #A1A1A1. Windows color (decimal): -3572483 or 16612553. OLE color: 16612553.

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

Color convert

RGB 201 124 253 -
CMYK 0.21 0.51 0 0.01
HSL 275.81º 0.97% 0.74% -
HSV(B) 275.81º 0.51% 0.99% -
XYZ 49.02 33.92 96.89 -
YUV 161.73 179.51 156.01 -
System Red Green Blue C M Y K H S L
Decimal 201 124 253 0.21 0.51 0 0.01 275.81 0.97 0.74
Hex C9 7C FD 15 33 0 1 114 61 4A
Octal 311 174 375 25 63 0 1 424 141 112
Binary 11001001 1111100 11111101 10101 110011 0 1 100010100 1100001 1001010

Color Harmonies of #C97CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97CFD

Black with #C97CFD

Text Example


Text Example

White with #C97CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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