Html Css Color HEX #C06AFA Heliotrope

📋 copy color: '#C06AFA'

red 192 ◦ green 106 ◦ blue 250

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

Shades of Heliotrope #C06AFA

Tints of Heliotrope #C06AFA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.34%

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

R = 35.04%
G = 19.34%
B = 45.62%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C06AFA (or 0xC06AFA) is known color: Heliotrope. HEX triplet: C0, 6A and FA. RGB value is (192,106,250). Sum of RGB (Red+Green+Blue) = 192+106+250=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 106 (41.80% from 255 or 19.34% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #C06AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06AFA is #3F9505. Grayscale: #939393. Windows color (decimal): -4166918 or 16411328. OLE color: 16411328.

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

Color convert

RGB 192 106 250 -
CMYK 0.23 0.58 0 0.02
HSL 275.83º 0.94% 0.7% -
HSV(B) 275.83º 0.58% 0.98% -
XYZ 44.15 28.42 93.6 -
YUV 148.13 185.49 159.29 -
System Red Green Blue C M Y K H S L
Decimal 192 106 250 0.23 0.58 0 0.02 275.83 0.94 0.7
Hex C0 6A FA 17 3A 0 2 114 5E 46
Octal 300 152 372 27 72 0 2 424 136 106
Binary 11000000 1101010 11111010 10111 111010 0 10 100010100 1011110 1000110

Color Harmonies of #C06AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06AFA

Black with #C06AFA

Text Example


Text Example

White with #C06AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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