Html Css Color HEX #C74EFD Heliotrope

📋 copy color: '#C74EFD'

red 199 ◦ green 78 ◦ blue 253

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

Shades of Heliotrope #C74EFD

Tints of Heliotrope #C74EFD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.72%

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

R = 37.55%
G = 14.72%
B = 47.74%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C74EFD (or 0xC74EFD) is known color: Heliotrope. HEX triplet: C7, 4E and FD. RGB value is (199,78,253). Sum of RGB (Red+Green+Blue) = 199+78+253=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 78 (30.86% from 255 or 14.72% 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 #C74EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74EFD is #38B102. Grayscale: #858585. Windows color (decimal): -3715331 or 16600775. OLE color: 16600775.

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

Color convert

RGB 199 78 253 -
CMYK 0.21 0.69 0 0.01
HSL 281.49º 0.98% 0.65% -
HSV(B) 281.49º 0.69% 0.99% -
XYZ 44.01 24.68 95.37 -
YUV 134.13 195.09 174.27 -
System Red Green Blue C M Y K H S L
Decimal 199 78 253 0.21 0.69 0 0.01 281.49 0.98 0.65
Hex C7 4E FD 15 45 0 1 119 62 41
Octal 307 116 375 25 105 0 1 431 142 101
Binary 11000111 1001110 11111101 10101 1000101 0 1 100011001 1100010 1000001

Color Harmonies of #C74EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74EFD

Black with #C74EFD

Text Example


Text Example

White with #C74EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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