Html Css Color HEX #C06AEE Medium Orchid

📋 copy color: '#C06AEE'

red 192 ◦ green 106 ◦ blue 238

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

Shades of Medium Orchid #C06AEE

Tints of Medium Orchid #C06AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.4%

R = 35.82%
G = 19.78%
B = 44.4%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C06AEE (or 0xC06AEE) is known color: Medium Orchid. HEX triplet: C0, 6A and EE. RGB value is (192,106,238). Sum of RGB (Red+Green+Blue) = 192+106+238=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 106 (41.80% from 255 or 19.78% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #C06AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06AEE is #3F9511. Grayscale: #929292. Windows color (decimal): -4166930 or 15624896. OLE color: 15624896.

HSL color Cylindrical-coordinate representation of color #C06AEE: hue angle of 279.09º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C06AEE is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 106 238 -
CMYK 0.19 0.55 0 0.07
HSL 279.09º 0.8% 0.67% -
HSV(B) 279.09º 0.55% 0.93% -
XYZ 42.32 27.69 84 -
YUV 146.76 179.49 160.27 -
System Red Green Blue C M Y K H S L
Decimal 192 106 238 0.19 0.55 0 0.07 279.09 0.8 0.67
Hex C0 6A EE 13 37 0 7 117 50 43
Octal 300 152 356 23 67 0 7 427 120 103
Binary 11000000 1101010 11101110 10011 110111 0 111 100010111 1010000 1000011

Color Harmonies of #C06AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06AEE

Black with #C06AEE

Text Example


Text Example

White with #C06AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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