Html Css Color HEX #C06AE7 Medium Orchid

📋 copy color: '#C06AE7'

red 192 ◦ green 106 ◦ blue 231

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

Shades of Medium Orchid #C06AE7

Tints of Medium Orchid #C06AE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.67%

R = 36.29%
G = 20.04%
B = 43.67%

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

#C06AE7 (or 0xC06AE7) is known color: Medium Orchid. HEX triplet: C0, 6A and E7. RGB value is (192,106,231). Sum of RGB (Red+Green+Blue) = 192+106+231=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 231 (90.62% from 255 or 43.67% from 529); Max value from RGB is 231 - color contains mainly: blue. Hex color #C06AE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06AE7 is #3F9518. Grayscale: #919191. Windows color (decimal): -4166937 or 15166144. OLE color: 15166144.

HSL color Cylindrical-coordinate representation of color #C06AE7: hue angle of 281.28º degrees, saturation: 0.72, 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 #C06AE7 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 106 231 -
CMYK 0.17 0.54 0 0.09
HSL 281.28º 0.72% 0.66% -
HSV(B) 281.28º 0.54% 0.91% -
XYZ 41.32 27.28 78.69 -
YUV 145.96 175.99 160.84 -
System Red Green Blue C M Y K H S L
Decimal 192 106 231 0.17 0.54 0 0.09 281.28 0.72 0.66
Hex C0 6A E7 11 36 0 9 119 48 42
Octal 300 152 347 21 66 0 11 431 110 102
Binary 11000000 1101010 11100111 10001 110110 0 1001 100011001 1001000 1000010

Color Harmonies of #C06AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06AE7

Black with #C06AE7

Text Example


Text Example

White with #C06AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06AE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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