Html Css Color HEX #C075E8 Heliotrope

📋 copy color: '#C075E8'

red 192 ◦ green 117 ◦ blue 232

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

Shades of Heliotrope #C075E8

Tints of Heliotrope #C075E8

RGB

 RED value IS 192 (75.39% from 255) = 35.49%

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

 BLUE value IS 232 (91.02% from 255) = 42.88%

R = 35.49%
G = 21.63%
B = 42.88%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C075E8 (or 0xC075E8) is known color: Heliotrope. HEX triplet: C0, 75 and E8. RGB value is (192,117,232). Sum of RGB (Red+Green+Blue) = 192+117+232=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 232 (91.02% from 255 or 42.88% from 541); Max value from RGB is 232 - color contains mainly: blue. Hex color #C075E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C075E8 is #3F8A17. Grayscale: #989898. Windows color (decimal): -4164120 or 15234496. OLE color: 15234496.

HSL color Cylindrical-coordinate representation of color #C075E8: hue angle of 279.13º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C075E8 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 117 232 -
CMYK 0.17 0.50 0 0.09
HSL 279.13º 0.71% 0.68% -
HSV(B) 279.13º 0.5% 0.91% -
XYZ 42.67 29.76 79.84 -
YUV 152.54 172.85 156.15 -
System Red Green Blue C M Y K H S L
Decimal 192 117 232 0.17 0.50 0 0.09 279.13 0.71 0.68
Hex C0 75 E8 11 32 0 9 117 47 44
Octal 300 165 350 21 62 0 11 427 107 104
Binary 11000000 1110101 11101000 10001 110010 0 1001 100010111 1000111 1000100

Color Harmonies of #C075E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C075E8

Black with #C075E8

Text Example


Text Example

White with #C075E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C075E8; }

 p { color: rgb(192,117,232); }

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

background-color css

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

 a { background-color: rgb(192,117,232); }

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

border-color css

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

 span { border-color: rgb(192,117,232); }

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