Html Css Color HEX #C775EB Heliotrope

📋 copy color: '#C775EB'

red 199 ◦ green 117 ◦ blue 235

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

Shades of Heliotrope #C775EB

Tints of Heliotrope #C775EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.65%

R = 36.12%
G = 21.23%
B = 42.65%

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

#C775EB (or 0xC775EB) is known color: Heliotrope. HEX triplet: C7, 75 and EB. RGB value is (199,117,235). Sum of RGB (Red+Green+Blue) = 199+117+235=551 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.12% from 551); Green value is 117 (46.09% from 255 or 21.23% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #C775EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C775EB is #388A14. Grayscale: #9A9A9A. Windows color (decimal): -3705365 or 15431111. OLE color: 15431111.

HSL color Cylindrical-coordinate representation of color #C775EB: hue angle of 281.69º degrees, saturation: 0.75, 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 #C775EB is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 117 235 -
CMYK 0.15 0.50 0 0.08
HSL 281.69º 0.75% 0.69% -
HSV(B) 281.69º 0.5% 0.92% -
XYZ 44.91 30.86 82.19 -
YUV 154.97 173.17 159.41 -
System Red Green Blue C M Y K H S L
Decimal 199 117 235 0.15 0.50 0 0.08 281.69 0.75 0.69
Hex C7 75 EB F 32 0 8 11A 4B 45
Octal 307 165 353 17 62 0 10 432 113 105
Binary 11000111 1110101 11101011 1111 110010 0 1000 100011010 1001011 1000101

Color Harmonies of #C775EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C775EB

Black with #C775EB

Text Example


Text Example

White with #C775EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C775EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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