Html Css Color HEX #C75CDD Medium Orchid

📋 copy color: '#C75CDD'

red 199 ◦ green 92 ◦ blue 221

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

Shades of Medium Orchid #C75CDD

Tints of Medium Orchid #C75CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.97%

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

R = 38.87%
G = 17.97%
B = 43.16%

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

#C75CDD (or 0xC75CDD) is known color: Medium Orchid. HEX triplet: C7, 5C and DD. RGB value is (199,92,221). Sum of RGB (Red+Green+Blue) = 199+92+221=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 92 (36.33% from 255 or 17.97% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #C75CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75CDD is #38A322. Grayscale: #8A8A8A. Windows color (decimal): -3711779 or 14507207. OLE color: 14507207.

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

Color convert

RGB 199 92 221 -
CMYK 0.10 0.58 0 0.13
HSL 289.77º 0.65% 0.61% -
HSV(B) 289.77º 0.58% 0.87% -
XYZ 40.43 25.02 71.1 -
YUV 138.7 174.45 171.01 -
System Red Green Blue C M Y K H S L
Decimal 199 92 221 0.10 0.58 0 0.13 289.77 0.65 0.61
Hex C7 5C DD A 3A 0 D 122 41 3D
Octal 307 134 335 12 72 0 15 442 101 75
Binary 11000111 1011100 11011101 1010 111010 0 1101 100100010 1000001 111101

Color Harmonies of #C75CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75CDD

Black with #C75CDD

Text Example


Text Example

White with #C75CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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