Html Css Color HEX #C05BDF Medium Orchid

📋 copy color: '#C05BDF'

red 192 ◦ green 91 ◦ blue 223

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

Shades of Medium Orchid #C05BDF

Tints of Medium Orchid #C05BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.07%

R = 37.94%
G = 17.98%
B = 44.07%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C05BDF (or 0xC05BDF) is known color: Medium Orchid. HEX triplet: C0, 5B and DF. RGB value is (192,91,223). Sum of RGB (Red+Green+Blue) = 192+91+223=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #C05BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05BDF is #3FA420. Grayscale: #878787. Windows color (decimal): -4170785 or 14638016. OLE color: 14638016.

HSL color Cylindrical-coordinate representation of color #C05BDF: hue angle of 285.91º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C05BDF is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 91 223 -
CMYK 0.14 0.59 0 0.13
HSL 285.91º 0.67% 0.62% -
HSV(B) 285.91º 0.59% 0.87% -
XYZ 38.8 24.02 72.4 -
YUV 136.25 176.96 167.77 -
System Red Green Blue C M Y K H S L
Decimal 192 91 223 0.14 0.59 0 0.13 285.91 0.67 0.62
Hex C0 5B DF E 3B 0 D 11E 43 3E
Octal 300 133 337 16 73 0 15 436 103 76
Binary 11000000 1011011 11011111 1110 111011 0 1101 100011110 1000011 111110

Color Harmonies of #C05BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05BDF

Black with #C05BDF

Text Example


Text Example

White with #C05BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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