Html Css Color HEX #C05EFA Heliotrope

📋 copy color: '#C05EFA'

red 192 ◦ green 94 ◦ blue 250

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

Shades of Heliotrope #C05EFA

Tints of Heliotrope #C05EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.64%

R = 35.82%
G = 17.54%
B = 46.64%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C05EFA (or 0xC05EFA) is known color: Heliotrope. HEX triplet: C0, 5E and FA. RGB value is (192,94,250). Sum of RGB (Red+Green+Blue) = 192+94+250=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 94 (37.11% from 255 or 17.54% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #C05EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05EFA is #3FA105. Grayscale: #8C8C8C. Windows color (decimal): -4169990 or 16408256. OLE color: 16408256.

HSL color Cylindrical-coordinate representation of color #C05EFA: hue angle of 277.69º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C05EFA is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 94 250 -
CMYK 0.23 0.62 0 0.02
HSL 277.69º 0.94% 0.67% -
HSV(B) 277.69º 0.62% 0.98% -
XYZ 43 26.11 93.22 -
YUV 141.09 189.47 164.32 -
System Red Green Blue C M Y K H S L
Decimal 192 94 250 0.23 0.62 0 0.02 277.69 0.94 0.67
Hex C0 5E FA 17 3E 0 2 116 5E 43
Octal 300 136 372 27 76 0 2 426 136 103
Binary 11000000 1011110 11111010 10111 111110 0 10 100010110 1011110 1000011

Color Harmonies of #C05EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05EFA

Black with #C05EFA

Text Example


Text Example

White with #C05EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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