Html Css Color HEX #C774EA Heliotrope

📋 copy color: '#C774EA'

red 199 ◦ green 116 ◦ blue 234

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

Shades of Heliotrope #C774EA

Tints of Heliotrope #C774EA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.13%

 BLUE value IS 234 (91.8% from 255) = 42.62%

R = 36.25%
G = 21.13%
B = 42.62%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C774EA (or 0xC774EA) is known color: Heliotrope. HEX triplet: C7, 74 and EA. RGB value is (199,116,234). Sum of RGB (Red+Green+Blue) = 199+116+234=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #C774EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C774EA is #388B15. Grayscale: #999999. Windows color (decimal): -3705622 or 15365319. OLE color: 15365319.

HSL color Cylindrical-coordinate representation of color #C774EA: hue angle of 282.2º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C774EA is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 116 234 -
CMYK 0.15 0.50 0 0.08
HSL 282.2º 0.74% 0.69% -
HSV(B) 282.2º 0.5% 0.92% -
XYZ 44.65 30.57 81.39 -
YUV 154.27 173 159.91 -
System Red Green Blue C M Y K H S L
Decimal 199 116 234 0.15 0.50 0 0.08 282.2 0.74 0.69
Hex C7 74 EA F 32 0 8 11A 4A 45
Octal 307 164 352 17 62 0 10 432 112 105
Binary 11000111 1110100 11101010 1111 110010 0 1000 100011010 1001010 1000101

Color Harmonies of #C774EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C774EA

Black with #C774EA

Text Example


Text Example

White with #C774EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C774EA; }

 p { color: rgb(199,116,234); }

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

background-color css

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

 a { background-color: rgb(199,116,234); }

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

border-color css

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

 span { border-color: rgb(199,116,234); }

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