Html Css Color HEX #C74BFF Heliotrope

📋 copy color: '#C74BFF'

red 199 ◦ green 75 ◦ blue 255

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

Shades of Heliotrope #C74BFF

Tints of Heliotrope #C74BFF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.18%

 BLUE value IS 255 (100% from 255) = 48.2%

R = 37.62%
G = 14.18%
B = 48.2%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C74BFF (or 0xC74BFF) is known color: Heliotrope. HEX triplet: C7, 4B and FF. RGB value is (199,75,255). Sum of RGB (Red+Green+Blue) = 199+75+255=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 75 (29.69% from 255 or 14.18% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #C74BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C74BFF is #38B400. Grayscale: #848484. Windows color (decimal): -3716097 or 16731079. OLE color: 16731079.

HSL color Cylindrical-coordinate representation of color #C74BFF: hue angle of 281.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C74BFF is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 199 75 255 -
CMYK 0.22 0.71 0 0
HSL 281.33º 1% 0.65% -
HSV(B) 281.33º 0.71% 1% -
XYZ 44.12 24.39 96.99 -
YUV 132.6 197.08 175.36 -
System Red Green Blue C M Y K H S L
Decimal 199 75 255 0.22 0.71 0 0 281.33 1 0.65
Hex C7 4B FF 16 47 0 0 119 64 41
Octal 307 113 377 26 107 0 0 431 144 101
Binary 11000111 1001011 11111111 10110 1000111 0 0 100011001 1100100 1000001

Color Harmonies of #C74BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74BFF

Black with #C74BFF

Text Example


Text Example

White with #C74BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74BFF; }

 p { color: rgb(199,75,255); }

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

background-color css

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

 a { background-color: rgb(199,75,255); }

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

border-color css

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

 span { border-color: rgb(199,75,255); }

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