Html Css Color HEX #C75DDD Medium Orchid

📋 copy color: '#C75DDD'

red 199 ◦ green 93 ◦ blue 221

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

Shades of Medium Orchid #C75DDD

Tints of Medium Orchid #C75DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.08%

R = 38.79%
G = 18.13%
B = 43.08%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C75DDD (or 0xC75DDD) is known color: Medium Orchid. HEX triplet: C7, 5D and DD. RGB value is (199,93,221). Sum of RGB (Red+Green+Blue) = 199+93+221=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #C75DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75DDD is #38A222. Grayscale: #8A8A8A. Windows color (decimal): -3711523 or 14507463. OLE color: 14507463.

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

Color convert

RGB 199 93 221 -
CMYK 0.10 0.58 0 0.13
HSL 289.69º 0.65% 0.62% -
HSV(B) 289.69º 0.58% 0.87% -
XYZ 40.52 25.19 71.13 -
YUV 139.29 174.12 170.59 -
System Red Green Blue C M Y K H S L
Decimal 199 93 221 0.10 0.58 0 0.13 289.69 0.65 0.62
Hex C7 5D DD A 3A 0 D 122 41 3E
Octal 307 135 335 12 72 0 15 442 101 76
Binary 11000111 1011101 11011101 1010 111010 0 1101 100100010 1000001 111110

Color Harmonies of #C75DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75DDD

Black with #C75DDD

Text Example


Text Example

White with #C75DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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