Html Css Color HEX #C06AE8 Medium Orchid

📋 copy color: '#C06AE8'

red 192 ◦ green 106 ◦ blue 232

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

Shades of Medium Orchid #C06AE8

Tints of Medium Orchid #C06AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.77%

R = 36.23%
G = 20%
B = 43.77%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C06AE8 (or 0xC06AE8) is known color: Medium Orchid. HEX triplet: C0, 6A and E8. RGB value is (192,106,232). Sum of RGB (Red+Green+Blue) = 192+106+232=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 232 (91.02% from 255 or 43.77% from 530); Max value from RGB is 232 - color contains mainly: blue. Hex color #C06AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06AE8 is #3F9517. Grayscale: #919191. Windows color (decimal): -4166936 or 15231680. OLE color: 15231680.

HSL color Cylindrical-coordinate representation of color #C06AE8: hue angle of 280.95º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C06AE8 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 106 232 -
CMYK 0.17 0.54 0 0.09
HSL 280.95º 0.73% 0.66% -
HSV(B) 280.95º 0.54% 0.91% -
XYZ 41.46 27.34 79.44 -
YUV 146.08 176.49 160.75 -
System Red Green Blue C M Y K H S L
Decimal 192 106 232 0.17 0.54 0 0.09 280.95 0.73 0.66
Hex C0 6A E8 11 36 0 9 119 49 42
Octal 300 152 350 21 66 0 11 431 111 102
Binary 11000000 1101010 11101000 10001 110110 0 1001 100011001 1001001 1000010

Color Harmonies of #C06AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06AE8

Black with #C06AE8

Text Example


Text Example

White with #C06AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06AE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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