Html Css Color HEX #C775E6 Heliotrope

📋 copy color: '#C775E6'

red 199 ◦ green 117 ◦ blue 230

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

Shades of Heliotrope #C775E6

Tints of Heliotrope #C775E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.12%

R = 36.45%
G = 21.43%
B = 42.12%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C775E6 (or 0xC775E6) is known color: Heliotrope. HEX triplet: C7, 75 and E6. RGB value is (199,117,230). Sum of RGB (Red+Green+Blue) = 199+117+230=546 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.45% from 546); Green value is 117 (46.09% from 255 or 21.43% from 546); Blue value is 230 (90.23% from 255 or 42.12% from 546); Max value from RGB is 230 - color contains mainly: blue. Hex color #C775E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C775E6 is #388A19. Grayscale: #9A9A9A. Windows color (decimal): -3705370 or 15103431. OLE color: 15103431.

HSL color Cylindrical-coordinate representation of color #C775E6: hue angle of 283.54º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C775E6 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 199 117 230 -
CMYK 0.13 0.49 0 0.10
HSL 283.54º 0.69% 0.68% -
HSV(B) 283.54º 0.49% 0.9% -
XYZ 44.2 30.58 78.44 -
YUV 154.4 170.67 159.81 -
System Red Green Blue C M Y K H S L
Decimal 199 117 230 0.13 0.49 0 0.10 283.54 0.69 0.68
Hex C7 75 E6 D 31 0 A 11C 45 44
Octal 307 165 346 15 61 0 12 434 105 104
Binary 11000111 1110101 11100110 1101 110001 0 1010 100011100 1000101 1000100

Color Harmonies of #C775E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C775E6

Black with #C775E6

Text Example


Text Example

White with #C775E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C775E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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