Html Css Color HEX #C075EB Heliotrope

📋 copy color: '#C075EB'

red 192 ◦ green 117 ◦ blue 235

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

Shades of Heliotrope #C075EB

Tints of Heliotrope #C075EB

RGB

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

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

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

R = 35.29%
G = 21.51%
B = 43.2%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C075EB (or 0xC075EB) is known color: Heliotrope. HEX triplet: C0, 75 and EB. RGB value is (192,117,235). Sum of RGB (Red+Green+Blue) = 192+117+235=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #C075EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C075EB is #3F8A14. Grayscale: #989898. Windows color (decimal): -4164117 or 15431104. OLE color: 15431104.

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

Color convert

RGB 192 117 235 -
CMYK 0.18 0.50 0 0.08
HSL 278.14º 0.75% 0.69% -
HSV(B) 278.14º 0.5% 0.92% -
XYZ 43.09 29.93 82.1 -
YUV 152.88 174.35 155.91 -
System Red Green Blue C M Y K H S L
Decimal 192 117 235 0.18 0.50 0 0.08 278.14 0.75 0.69
Hex C0 75 EB 12 32 0 8 116 4B 45
Octal 300 165 353 22 62 0 10 426 113 105
Binary 11000000 1110101 11101011 10010 110010 0 1000 100010110 1001011 1000101

Color Harmonies of #C075EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C075EB

Black with #C075EB

Text Example


Text Example

White with #C075EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C075EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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