Html Css Color HEX #C75BD3 Medium Orchid

📋 copy color: '#C75BD3'

red 199 ◦ green 91 ◦ blue 211

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

Shades of Medium Orchid #C75BD3

Tints of Medium Orchid #C75BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.12%

R = 39.72%
G = 18.16%
B = 42.12%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C75BD3 (or 0xC75BD3) is known color: Medium Orchid. HEX triplet: C7, 5B and D3. RGB value is (199,91,211). Sum of RGB (Red+Green+Blue) = 199+91+211=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 91 (35.94% from 255 or 18.16% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 211 - color contains mainly: blue. Hex color #C75BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75BD3 is #38A42C. Grayscale: #888888. Windows color (decimal): -3712045 or 13851591. OLE color: 13851591.

HSL color Cylindrical-coordinate representation of color #C75BD3: hue angle of 294º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C75BD3 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 199 91 211 -
CMYK 0.06 0.57 0 0.17
HSL 294º 0.58% 0.59% -
HSV(B) 294º 0.57% 0.83% -
XYZ 39.05 24.33 64.27 -
YUV 136.97 169.78 172.24 -
System Red Green Blue C M Y K H S L
Decimal 199 91 211 0.06 0.57 0 0.17 294 0.58 0.59
Hex C7 5B D3 6 39 0 11 126 3A 3B
Octal 307 133 323 6 71 0 21 446 72 73
Binary 11000111 1011011 11010011 110 111001 0 10001 100100110 111010 111011

Color Harmonies of #C75BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75BD3

Black with #C75BD3

Text Example


Text Example

White with #C75BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75BD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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