Html Css Color HEX #C774FF Heliotrope

📋 copy color: '#C774FF'

red 199 ◦ green 116 ◦ blue 255

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

Shades of Heliotrope #C774FF

Tints of Heliotrope #C774FF

RGB

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

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

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

R = 34.91%
G = 20.35%
B = 44.74%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C774FF (or 0xC774FF) is known color: Heliotrope. HEX triplet: C7, 74 and FF. RGB value is (199,116,255). Sum of RGB (Red+Green+Blue) = 199+116+255=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 116 (45.70% from 255 or 20.35% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #C774FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C774FF is #388B00. Grayscale: #9C9C9C. Windows color (decimal): -3705601 or 16741575. OLE color: 16741575.

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

Color convert

RGB 199 116 255 -
CMYK 0.22 0.55 0 0
HSL 275.83º 1% 0.73% -
HSV(B) 275.83º 0.55% 1% -
XYZ 47.85 31.85 98.23 -
YUV 156.66 183.5 158.2 -
System Red Green Blue C M Y K H S L
Decimal 199 116 255 0.22 0.55 0 0 275.83 1 0.73
Hex C7 74 FF 16 37 0 0 114 64 49
Octal 307 164 377 26 67 0 0 424 144 111
Binary 11000111 1110100 11111111 10110 110111 0 0 100010100 1100100 1001001

Color Harmonies of #C774FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C774FF

Black with #C774FF

Text Example


Text Example

White with #C774FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C774FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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