Html Css Color HEX #C06BE0 Medium Orchid

📋 copy color: '#C06BE0'

red 192 ◦ green 107 ◦ blue 224

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

Shades of Medium Orchid #C06BE0

Tints of Medium Orchid #C06BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.83%

R = 36.71%
G = 20.46%
B = 42.83%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C06BE0 (or 0xC06BE0) is known color: Medium Orchid. HEX triplet: C0, 6B and E0. RGB value is (192,107,224). Sum of RGB (Red+Green+Blue) = 192+107+224=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 107 (42.19% from 255 or 20.46% from 523); Blue value is 224 (87.89% from 255 or 42.83% from 523); Max value from RGB is 224 - color contains mainly: blue. Hex color #C06BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06BE0 is #3F941F. Grayscale: #919191. Windows color (decimal): -4166688 or 14707648. OLE color: 14707648.

HSL color Cylindrical-coordinate representation of color #C06BE0: hue angle of 283.59º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C06BE0 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 107 224 -
CMYK 0.14 0.52 0 0.12
HSL 283.59º 0.65% 0.65% -
HSV(B) 283.59º 0.52% 0.88% -
XYZ 40.45 27.1 73.62 -
YUV 145.75 172.16 160.99 -
System Red Green Blue C M Y K H S L
Decimal 192 107 224 0.14 0.52 0 0.12 283.59 0.65 0.65
Hex C0 6B E0 E 34 0 C 11C 41 41
Octal 300 153 340 16 64 0 14 434 101 101
Binary 11000000 1101011 11100000 1110 110100 0 1100 100011100 1000001 1000001

Color Harmonies of #C06BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06BE0

Black with #C06BE0

Text Example


Text Example

White with #C06BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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