Html Css Color HEX #C775EC Heliotrope

📋 copy color: '#C775EC'

red 199 ◦ green 117 ◦ blue 236

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

Shades of Heliotrope #C775EC

Tints of Heliotrope #C775EC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.2%

 BLUE value IS 236 (92.58% from 255) = 42.75%

R = 36.05%
G = 21.2%
B = 42.75%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C775EC (or 0xC775EC) is known color: Heliotrope. HEX triplet: C7, 75 and EC. RGB value is (199,117,236). Sum of RGB (Red+Green+Blue) = 199+117+236=552 (73% of max value = 765). Red value is 199 (78.12% from 255 or 36.05% from 552); Green value is 117 (46.09% from 255 or 21.20% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #C775EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C775EC is #388A13. Grayscale: #9A9A9A. Windows color (decimal): -3705364 or 15496647. OLE color: 15496647.

HSL color Cylindrical-coordinate representation of color #C775EC: hue angle of 281.34º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C775EC is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 117 236 -
CMYK 0.16 0.50 0 0.07
HSL 281.34º 0.76% 0.69% -
HSV(B) 281.34º 0.5% 0.93% -
XYZ 45.05 30.92 82.95 -
YUV 155.08 173.67 159.32 -
System Red Green Blue C M Y K H S L
Decimal 199 117 236 0.16 0.50 0 0.07 281.34 0.76 0.69
Hex C7 75 EC 10 32 0 7 119 4C 45
Octal 307 165 354 20 62 0 7 431 114 105
Binary 11000111 1110101 11101100 10000 110010 0 111 100011001 1001100 1000101

Color Harmonies of #C775EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C775EC

Black with #C775EC

Text Example


Text Example

White with #C775EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C775EC; }

 p { color: rgb(199,117,236); }

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

background-color css

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

 a { background-color: rgb(199,117,236); }

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

border-color css

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

 span { border-color: rgb(199,117,236); }

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