Html Css Color HEX #C75BDB Medium Orchid

📋 copy color: '#C75BDB'

red 199 ◦ green 91 ◦ blue 219

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

Shades of Medium Orchid #C75BDB

Tints of Medium Orchid #C75BDB

RGB

 RED value IS 199 (78.13% from 255) = 39.1%

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

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

R = 39.1%
G = 17.88%
B = 43.03%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C75BDB (or 0xC75BDB) is known color: Medium Orchid. HEX triplet: C7, 5B and DB. RGB value is (199,91,219). Sum of RGB (Red+Green+Blue) = 199+91+219=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 91 (35.94% from 255 or 17.88% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #C75BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75BDB is #38A424. Grayscale: #898989. Windows color (decimal): -3712037 or 14375879. OLE color: 14375879.

HSL color Cylindrical-coordinate representation of color #C75BDB: hue angle of 290.62º 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 #C75BDB is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 91 219 -
CMYK 0.09 0.58 0 0.14
HSL 290.63º 0.64% 0.61% -
HSV(B) 290.63º 0.58% 0.86% -
XYZ 40.08 24.74 69.68 -
YUV 137.88 173.78 171.59 -
System Red Green Blue C M Y K H S L
Decimal 199 91 219 0.09 0.58 0 0.14 290.63 0.64 0.61
Hex C7 5B DB 9 3A 0 E 123 40 3D
Octal 307 133 333 11 72 0 16 443 100 75
Binary 11000111 1011011 11011011 1001 111010 0 1110 100100011 1000000 111101

Color Harmonies of #C75BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75BDB

Black with #C75BDB

Text Example


Text Example

White with #C75BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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