Html Css Color HEX #C061EE Medium Orchid

📋 copy color: '#C061EE'

red 192 ◦ green 97 ◦ blue 238

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

Shades of Medium Orchid #C061EE

Tints of Medium Orchid #C061EE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.41%

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

R = 36.43%
G = 18.41%
B = 45.16%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C061EE (or 0xC061EE) is known color: Medium Orchid. HEX triplet: C0, 61 and EE. RGB value is (192,97,238). Sum of RGB (Red+Green+Blue) = 192+97+238=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 97 (38.28% from 255 or 18.41% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #C061EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C061EE is #3F9E11. Grayscale: #8D8D8D. Windows color (decimal): -4169234 or 15622592. OLE color: 15622592.

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

Color convert

RGB 192 97 238 -
CMYK 0.19 0.59 0 0.07
HSL 280.43º 0.81% 0.66% -
HSV(B) 280.43º 0.59% 0.93% -
XYZ 41.45 25.93 83.71 -
YUV 141.48 182.47 164.04 -
System Red Green Blue C M Y K H S L
Decimal 192 97 238 0.19 0.59 0 0.07 280.43 0.81 0.66
Hex C0 61 EE 13 3B 0 7 118 51 42
Octal 300 141 356 23 73 0 7 430 121 102
Binary 11000000 1100001 11101110 10011 111011 0 111 100011000 1010001 1000010

Color Harmonies of #C061EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C061EE

Black with #C061EE

Text Example


Text Example

White with #C061EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C061EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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