Html Css Color HEX #C05BDB Medium Orchid

📋 copy color: '#C05BDB'

red 192 ◦ green 91 ◦ blue 219

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

Shades of Medium Orchid #C05BDB

Tints of Medium Orchid #C05BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.13%

 BLUE value IS 219 (85.94% from 255) = 43.63%

R = 38.25%
G = 18.13%
B = 43.63%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C05BDB (or 0xC05BDB) is known color: Medium Orchid. HEX triplet: C0, 5B and DB. RGB value is (192,91,219). Sum of RGB (Red+Green+Blue) = 192+91+219=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 91 (35.94% from 255 or 18.13% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #C05BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05BDB is #3FA424. Grayscale: #878787. Windows color (decimal): -4170789 or 14375872. OLE color: 14375872.

HSL color Cylindrical-coordinate representation of color #C05BDB: hue angle of 287.34º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05BDB is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 91 219 -
CMYK 0.12 0.58 0 0.14
HSL 287.34º 0.64% 0.61% -
HSV(B) 287.34º 0.58% 0.86% -
XYZ 38.27 23.8 69.6 -
YUV 135.79 174.96 168.09 -
System Red Green Blue C M Y K H S L
Decimal 192 91 219 0.12 0.58 0 0.14 287.34 0.64 0.61
Hex C0 5B DB C 3A 0 E 11F 40 3D
Octal 300 133 333 14 72 0 16 437 100 75
Binary 11000000 1011011 11011011 1100 111010 0 1110 100011111 1000000 111101

Color Harmonies of #C05BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05BDB

Black with #C05BDB

Text Example


Text Example

White with #C05BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05BDB; }

 p { color: rgb(192,91,219); }

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

background-color css

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

 a { background-color: rgb(192,91,219); }

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

border-color css

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

 span { border-color: rgb(192,91,219); }

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