Html Css Color HEX #C06EFA Heliotrope

📋 copy color: '#C06EFA'

red 192 ◦ green 110 ◦ blue 250

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

Shades of Heliotrope #C06EFA

Tints of Heliotrope #C06EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.93%

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

R = 34.78%
G = 19.93%
B = 45.29%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C06EFA (or 0xC06EFA) is known color: Heliotrope. HEX triplet: C0, 6E and FA. RGB value is (192,110,250). Sum of RGB (Red+Green+Blue) = 192+110+250=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 110 (43.36% from 255 or 19.93% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #C06EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06EFA is #3F9105. Grayscale: #969696. Windows color (decimal): -4165894 or 16412352. OLE color: 16412352.

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

Color convert

RGB 192 110 250 -
CMYK 0.23 0.56 0 0.02
HSL 275.14º 0.93% 0.71% -
HSV(B) 275.14º 0.56% 0.98% -
XYZ 44.57 29.26 93.74 -
YUV 150.48 184.17 157.62 -
System Red Green Blue C M Y K H S L
Decimal 192 110 250 0.23 0.56 0 0.02 275.14 0.93 0.71
Hex C0 6E FA 17 38 0 2 113 5D 47
Octal 300 156 372 27 70 0 2 423 135 107
Binary 11000000 1101110 11111010 10111 111000 0 10 100010011 1011101 1000111

Color Harmonies of #C06EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06EFA

Black with #C06EFA

Text Example


Text Example

White with #C06EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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