Html Css Color HEX #C94DFD Heliotrope

📋 copy color: '#C94DFD'

red 201 ◦ green 77 ◦ blue 253

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

Shades of Heliotrope #C94DFD

Tints of Heliotrope #C94DFD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.5%

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

R = 37.85%
G = 14.5%
B = 47.65%

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

#C94DFD (or 0xC94DFD) is known color: Heliotrope. HEX triplet: C9, 4D and FD. RGB value is (201,77,253). Sum of RGB (Red+Green+Blue) = 201+77+253=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 77 (30.47% from 255 or 14.50% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #C94DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94DFD is #36B202. Grayscale: #858585. Windows color (decimal): -3584515 or 16600521. OLE color: 16600521.

HSL color Cylindrical-coordinate representation of color #C94DFD: hue angle of 282.27º 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 #C94DFD is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 77 253 -
CMYK 0.21 0.70 0 0.01
HSL 282.27º 0.98% 0.65% -
HSV(B) 282.27º 0.7% 0.99% -
XYZ 44.47 24.82 95.37 -
YUV 134.14 195.08 175.69 -
System Red Green Blue C M Y K H S L
Decimal 201 77 253 0.21 0.70 0 0.01 282.27 0.98 0.65
Hex C9 4D FD 15 46 0 1 11A 62 41
Octal 311 115 375 25 106 0 1 432 142 101
Binary 11001001 1001101 11111101 10101 1000110 0 1 100011010 1100010 1000001

Color Harmonies of #C94DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94DFD

Black with #C94DFD

Text Example


Text Example

White with #C94DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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