Html Css Color HEX #C75EDB Medium Orchid

📋 copy color: '#C75EDB'

red 199 ◦ green 94 ◦ blue 219

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

Shades of Medium Orchid #C75EDB

Tints of Medium Orchid #C75EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.36%

 BLUE value IS 219 (85.94% from 255) = 42.77%

R = 38.87%
G = 18.36%
B = 42.77%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C75EDB (or 0xC75EDB) is known color: Medium Orchid. HEX triplet: C7, 5E and DB. RGB value is (199,94,219). Sum of RGB (Red+Green+Blue) = 199+94+219=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 94 (37.11% from 255 or 18.36% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #C75EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75EDB is #38A124. Grayscale: #8B8B8B. Windows color (decimal): -3711269 or 14376647. OLE color: 14376647.

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

Color convert

RGB 199 94 219 -
CMYK 0.09 0.57 0 0.14
HSL 290.4º 0.63% 0.61% -
HSV(B) 290.4º 0.57% 0.86% -
XYZ 40.34 25.26 69.77 -
YUV 139.65 172.79 170.34 -
System Red Green Blue C M Y K H S L
Decimal 199 94 219 0.09 0.57 0 0.14 290.4 0.63 0.61
Hex C7 5E DB 9 39 0 E 122 3F 3D
Octal 307 136 333 11 71 0 16 442 77 75
Binary 11000111 1011110 11011011 1001 111001 0 1110 100100010 111111 111101

Color Harmonies of #C75EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75EDB

Black with #C75EDB

Text Example


Text Example

White with #C75EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75EDB; }

 p { color: rgb(199,94,219); }

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

background-color css

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

 a { background-color: rgb(199,94,219); }

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

border-color css

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

 span { border-color: rgb(199,94,219); }

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