Html Css Color HEX #C06EEA Medium Orchid

📋 copy color: '#C06EEA'

red 192 ◦ green 110 ◦ blue 234

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

Shades of Medium Orchid #C06EEA

Tints of Medium Orchid #C06EEA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.52%

 BLUE value IS 234 (91.8% from 255) = 43.66%

R = 35.82%
G = 20.52%
B = 43.66%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C06EEA (or 0xC06EEA) is known color: Medium Orchid. HEX triplet: C0, 6E and EA. RGB value is (192,110,234). Sum of RGB (Red+Green+Blue) = 192+110+234=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 110 (43.36% from 255 or 20.52% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #C06EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06EEA is #3F9115. Grayscale: #949494. Windows color (decimal): -4165910 or 15363776. OLE color: 15363776.

HSL color Cylindrical-coordinate representation of color #C06EEA: hue angle of 279.68º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C06EEA is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 110 234 -
CMYK 0.18 0.53 0 0.08
HSL 279.68º 0.75% 0.67% -
HSV(B) 279.68º 0.53% 0.92% -
XYZ 42.17 28.3 81.08 -
YUV 148.65 176.17 158.92 -
System Red Green Blue C M Y K H S L
Decimal 192 110 234 0.18 0.53 0 0.08 279.68 0.75 0.67
Hex C0 6E EA 12 35 0 8 118 4B 43
Octal 300 156 352 22 65 0 10 430 113 103
Binary 11000000 1101110 11101010 10010 110101 0 1000 100011000 1001011 1000011

Color Harmonies of #C06EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06EEA

Black with #C06EEA

Text Example


Text Example

White with #C06EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06EEA; }

 p { color: rgb(192,110,234); }

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

background-color css

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

 a { background-color: rgb(192,110,234); }

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

border-color css

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

 span { border-color: rgb(192,110,234); }

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