Html Css Color HEX #C74DFD Heliotrope

📋 copy color: '#C74DFD'

red 199 ◦ green 77 ◦ blue 253

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

Shades of Heliotrope #C74DFD

Tints of Heliotrope #C74DFD

RGB

 RED value IS 199 (78.13% from 255) = 37.62%

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

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

R = 37.62%
G = 14.56%
B = 47.83%

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

#C74DFD (or 0xC74DFD) is known color: Heliotrope. HEX triplet: C7, 4D and FD. RGB value is (199,77,253). Sum of RGB (Red+Green+Blue) = 199+77+253=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 77 (30.47% from 255 or 14.56% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #C74DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74DFD is #38B202. Grayscale: #848484. Windows color (decimal): -3715587 or 16600519. OLE color: 16600519.

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

Color convert

RGB 199 77 253 -
CMYK 0.21 0.70 0 0.01
HSL 281.59º 0.98% 0.65% -
HSV(B) 281.59º 0.7% 0.99% -
XYZ 43.94 24.54 95.35 -
YUV 133.54 195.42 174.69 -
System Red Green Blue C M Y K H S L
Decimal 199 77 253 0.21 0.70 0 0.01 281.59 0.98 0.65
Hex C7 4D FD 15 46 0 1 11A 62 41
Octal 307 115 375 25 106 0 1 432 142 101
Binary 11000111 1001101 11111101 10101 1000110 0 1 100011010 1100010 1000001

Color Harmonies of #C74DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74DFD

Black with #C74DFD

Text Example


Text Example

White with #C74DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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