Html Css Color HEX #C074EB Heliotrope

📋 copy color: '#C074EB'

red 192 ◦ green 116 ◦ blue 235

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

Shades of Heliotrope #C074EB

Tints of Heliotrope #C074EB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.36%

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

R = 35.36%
G = 21.36%
B = 43.28%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C074EB (or 0xC074EB) is known color: Heliotrope. HEX triplet: C0, 74 and EB. RGB value is (192,116,235). Sum of RGB (Red+Green+Blue) = 192+116+235=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #C074EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C074EB is #3F8B14. Grayscale: #979797. Windows color (decimal): -4164373 or 15430848. OLE color: 15430848.

HSL color Cylindrical-coordinate representation of color #C074EB: hue angle of 278.32º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C074EB is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 116 235 -
CMYK 0.18 0.51 0 0.08
HSL 278.32º 0.75% 0.69% -
HSV(B) 278.32º 0.51% 0.92% -
XYZ 42.98 29.7 82.06 -
YUV 152.29 174.68 156.32 -
System Red Green Blue C M Y K H S L
Decimal 192 116 235 0.18 0.51 0 0.08 278.32 0.75 0.69
Hex C0 74 EB 12 33 0 8 116 4B 45
Octal 300 164 353 22 63 0 10 426 113 105
Binary 11000000 1110100 11101011 10010 110011 0 1000 100010110 1001011 1000101

Color Harmonies of #C074EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C074EB

Black with #C074EB

Text Example


Text Example

White with #C074EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C074EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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