Html Css Color HEX #C06AFF Heliotrope

📋 copy color: '#C06AFF'

red 192 ◦ green 106 ◦ blue 255

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

Shades of Heliotrope #C06AFF

Tints of Heliotrope #C06AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.11%

R = 34.72%
G = 19.17%
B = 46.11%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C06AFF (or 0xC06AFF) is known color: Heliotrope. HEX triplet: C0, 6A and FF. RGB value is (192,106,255). Sum of RGB (Red+Green+Blue) = 192+106+255=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 106 (41.80% from 255 or 19.17% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #C06AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06AFF is #3F9500. Grayscale: #949494. Windows color (decimal): -4166913 or 16739008. OLE color: 16739008.

HSL color Cylindrical-coordinate representation of color #C06AFF: hue angle of 274.63º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C06AFF is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 106 255 -
CMYK 0.25 0.58 0 0
HSL 274.63º 1% 0.71% -
HSV(B) 274.63º 0.58% 1% -
XYZ 44.94 28.73 97.79 -
YUV 148.7 187.99 158.88 -
System Red Green Blue C M Y K H S L
Decimal 192 106 255 0.25 0.58 0 0 274.63 1 0.71
Hex C0 6A FF 19 3A 0 0 113 64 47
Octal 300 152 377 31 72 0 0 423 144 107
Binary 11000000 1101010 11111111 11001 111010 0 0 100010011 1100100 1000111

Color Harmonies of #C06AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06AFF

Black with #C06AFF

Text Example


Text Example

White with #C06AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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