Html Css Color HEX #C75BDF Medium Orchid

📋 copy color: '#C75BDF'

red 199 ◦ green 91 ◦ blue 223

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

Shades of Medium Orchid #C75BDF

Tints of Medium Orchid #C75BDF

RGB

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

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

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

R = 38.79%
G = 17.74%
B = 43.47%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C75BDF (or 0xC75BDF) is known color: Medium Orchid. HEX triplet: C7, 5B and DF. RGB value is (199,91,223). Sum of RGB (Red+Green+Blue) = 199+91+223=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 91 (35.94% from 255 or 17.74% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #C75BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75BDF is #38A420. Grayscale: #898989. Windows color (decimal): -3712033 or 14638023. OLE color: 14638023.

HSL color Cylindrical-coordinate representation of color #C75BDF: hue angle of 289.09º 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 #C75BDF is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 91 223 -
CMYK 0.11 0.59 0 0.13
HSL 289.09º 0.67% 0.62% -
HSV(B) 289.09º 0.59% 0.87% -
XYZ 40.61 24.95 72.49 -
YUV 138.34 175.78 171.27 -
System Red Green Blue C M Y K H S L
Decimal 199 91 223 0.11 0.59 0 0.13 289.09 0.67 0.62
Hex C7 5B DF B 3B 0 D 121 43 3E
Octal 307 133 337 13 73 0 15 441 103 76
Binary 11000111 1011011 11011111 1011 111011 0 1101 100100001 1000011 111110

Color Harmonies of #C75BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75BDF

Black with #C75BDF

Text Example


Text Example

White with #C75BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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