Html Css Color HEX #C75DDA Medium Orchid

📋 copy color: '#C75DDA'

red 199 ◦ green 93 ◦ blue 218

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

Shades of Medium Orchid #C75DDA

Tints of Medium Orchid #C75DDA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.24%

 BLUE value IS 218 (85.55% from 255) = 42.75%

R = 39.02%
G = 18.24%
B = 42.75%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C75DDA (or 0xC75DDA) is known color: Medium Orchid. HEX triplet: C7, 5D and DA. RGB value is (199,93,218). Sum of RGB (Red+Green+Blue) = 199+93+218=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 93 (36.72% from 255 or 18.24% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #C75DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75DDA is #38A225. Grayscale: #8A8A8A. Windows color (decimal): -3711526 or 14310855. OLE color: 14310855.

HSL color Cylindrical-coordinate representation of color #C75DDA: hue angle of 290.88º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C75DDA is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 93 218 -
CMYK 0.09 0.57 0 0.15
HSL 290.88º 0.63% 0.61% -
HSV(B) 290.88º 0.57% 0.85% -
XYZ 40.12 25.03 69.05 -
YUV 138.94 172.62 170.84 -
System Red Green Blue C M Y K H S L
Decimal 199 93 218 0.09 0.57 0 0.15 290.88 0.63 0.61
Hex C7 5D DA 9 39 0 F 123 3F 3D
Octal 307 135 332 11 71 0 17 443 77 75
Binary 11000111 1011101 11011010 1001 111001 0 1111 100100011 111111 111101

Color Harmonies of #C75DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75DDA

Black with #C75DDA

Text Example


Text Example

White with #C75DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75DDA; }

 p { color: rgb(199,93,218); }

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

background-color css

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

 a { background-color: rgb(199,93,218); }

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

border-color css

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

 span { border-color: rgb(199,93,218); }

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