Html Css Color HEX #C94CFD Heliotrope

📋 copy color: '#C94CFD'

red 201 ◦ green 76 ◦ blue 253

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

Shades of Heliotrope #C94CFD

Tints of Heliotrope #C94CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.34%

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

R = 37.92%
G = 14.34%
B = 47.74%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C94CFD (or 0xC94CFD) is known color: Heliotrope. HEX triplet: C9, 4C and FD. RGB value is (201,76,253). Sum of RGB (Red+Green+Blue) = 201+76+253=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 76 (30.08% from 255 or 14.34% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #C94CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94CFD is #36B302. Grayscale: #848484. Windows color (decimal): -3584771 or 16600265. OLE color: 16600265.

HSL color Cylindrical-coordinate representation of color #C94CFD: hue angle of 282.37º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C94CFD is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 76 253 -
CMYK 0.21 0.70 0 0.01
HSL 282.37º 0.98% 0.65% -
HSV(B) 282.37º 0.7% 0.99% -
XYZ 44.4 24.68 95.35 -
YUV 133.55 195.41 176.11 -
System Red Green Blue C M Y K H S L
Decimal 201 76 253 0.21 0.70 0 0.01 282.37 0.98 0.65
Hex C9 4C FD 15 46 0 1 11A 62 41
Octal 311 114 375 25 106 0 1 432 142 101
Binary 11001001 1001100 11111101 10101 1000110 0 1 100011010 1100010 1000001

Color Harmonies of #C94CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94CFD

Black with #C94CFD

Text Example


Text Example

White with #C94CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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