Html Css Color HEX #C075EC Heliotrope

📋 copy color: '#C075EC'

red 192 ◦ green 117 ◦ blue 236

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

Shades of Heliotrope #C075EC

Tints of Heliotrope #C075EC

RGB

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

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

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

R = 35.23%
G = 21.47%
B = 43.3%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C075EC (or 0xC075EC) is known color: Heliotrope. HEX triplet: C0, 75 and EC. RGB value is (192,117,236). Sum of RGB (Red+Green+Blue) = 192+117+236=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 117 (46.09% from 255 or 21.47% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #C075EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C075EC is #3F8A13. Grayscale: #989898. Windows color (decimal): -4164116 or 15496640. OLE color: 15496640.

HSL color Cylindrical-coordinate representation of color #C075EC: hue angle of 277.82º 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 #C075EC is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 117 236 -
CMYK 0.19 0.50 0 0.07
HSL 277.82º 0.76% 0.69% -
HSV(B) 277.82º 0.5% 0.93% -
XYZ 43.24 29.99 82.87 -
YUV 152.99 174.85 155.82 -
System Red Green Blue C M Y K H S L
Decimal 192 117 236 0.19 0.50 0 0.07 277.82 0.76 0.69
Hex C0 75 EC 13 32 0 7 116 4C 45
Octal 300 165 354 23 62 0 7 426 114 105
Binary 11000000 1110101 11101100 10011 110010 0 111 100010110 1001100 1000101

Color Harmonies of #C075EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C075EC

Black with #C075EC

Text Example


Text Example

White with #C075EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C075EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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