Html Css Color HEX #C075E9 Heliotrope

📋 copy color: '#C075E9'

red 192 ◦ green 117 ◦ blue 233

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

Shades of Heliotrope #C075E9

Tints of Heliotrope #C075E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.99%

R = 35.42%
G = 21.59%
B = 42.99%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C075E9 (or 0xC075E9) is known color: Heliotrope. HEX triplet: C0, 75 and E9. RGB value is (192,117,233). Sum of RGB (Red+Green+Blue) = 192+117+233=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 233 (91.41% from 255 or 42.99% from 542); Max value from RGB is 233 - color contains mainly: blue. Hex color #C075E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C075E9 is #3F8A16. Grayscale: #989898. Windows color (decimal): -4164119 or 15300032. OLE color: 15300032.

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

Color convert

RGB 192 117 233 -
CMYK 0.18 0.50 0 0.09
HSL 278.79º 0.73% 0.69% -
HSV(B) 278.79º 0.5% 0.91% -
XYZ 42.81 29.81 80.59 -
YUV 152.65 173.35 156.07 -
System Red Green Blue C M Y K H S L
Decimal 192 117 233 0.18 0.50 0 0.09 278.79 0.73 0.69
Hex C0 75 E9 12 32 0 9 117 48 45
Octal 300 165 351 22 62 0 11 427 110 105
Binary 11000000 1110101 11101001 10010 110010 0 1001 100010111 1001000 1000101

Color Harmonies of #C075E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C075E9

Black with #C075E9

Text Example


Text Example

White with #C075E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C075E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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