Html Css Color HEX #C05EFC Heliotrope

📋 copy color: '#C05EFC'

red 192 ◦ green 94 ◦ blue 252

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

Shades of Heliotrope #C05EFC

Tints of Heliotrope #C05EFC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.47%

 BLUE value IS 252 (98.83% from 255) = 46.84%

R = 35.69%
G = 17.47%
B = 46.84%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C05EFC (or 0xC05EFC) is known color: Heliotrope. HEX triplet: C0, 5E and FC. RGB value is (192,94,252). Sum of RGB (Red+Green+Blue) = 192+94+252=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 94 (37.11% from 255 or 17.47% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #C05EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05EFC is #3FA103. Grayscale: #8C8C8C. Windows color (decimal): -4169988 or 16539328. OLE color: 16539328.

HSL color Cylindrical-coordinate representation of color #C05EFC: hue angle of 277.22º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C05EFC is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 94 252 -
CMYK 0.24 0.63 0 0.01
HSL 277.22º 0.96% 0.68% -
HSV(B) 277.22º 0.63% 0.99% -
XYZ 43.31 26.24 94.88 -
YUV 141.31 190.47 164.15 -
System Red Green Blue C M Y K H S L
Decimal 192 94 252 0.24 0.63 0 0.01 277.22 0.96 0.68
Hex C0 5E FC 18 3F 0 1 115 60 44
Octal 300 136 374 30 77 0 1 425 140 104
Binary 11000000 1011110 11111100 11000 111111 0 1 100010101 1100000 1000100

Color Harmonies of #C05EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05EFC

Black with #C05EFC

Text Example


Text Example

White with #C05EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05EFC; }

 p { color: rgb(192,94,252); }

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

background-color css

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

 a { background-color: rgb(192,94,252); }

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

border-color css

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

 span { border-color: rgb(192,94,252); }

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