Html Css Color HEX #C06BEE Medium Orchid

📋 copy color: '#C06BEE'

red 192 ◦ green 107 ◦ blue 238

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

Shades of Medium Orchid #C06BEE

Tints of Medium Orchid #C06BEE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.93%

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

R = 35.75%
G = 19.93%
B = 44.32%

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

#C06BEE (or 0xC06BEE) is known color: Medium Orchid. HEX triplet: C0, 6B and EE. RGB value is (192,107,238). Sum of RGB (Red+Green+Blue) = 192+107+238=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 107 (42.19% from 255 or 19.93% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #C06BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06BEE is #3F9411. Grayscale: #929292. Windows color (decimal): -4166674 or 15625152. OLE color: 15625152.

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

Color convert

RGB 192 107 238 -
CMYK 0.19 0.55 0 0.07
HSL 278.93º 0.79% 0.68% -
HSV(B) 278.93º 0.55% 0.93% -
XYZ 42.43 27.89 84.04 -
YUV 147.35 179.16 159.85 -
System Red Green Blue C M Y K H S L
Decimal 192 107 238 0.19 0.55 0 0.07 278.93 0.79 0.68
Hex C0 6B EE 13 37 0 7 117 4F 44
Octal 300 153 356 23 67 0 7 427 117 104
Binary 11000000 1101011 11101110 10011 110111 0 111 100010111 1001111 1000100

Color Harmonies of #C06BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06BEE

Black with #C06BEE

Text Example


Text Example

White with #C06BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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