Html Css Color HEX #C75FDB Medium Orchid

📋 copy color: '#C75FDB'

red 199 ◦ green 95 ◦ blue 219

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

Shades of Medium Orchid #C75FDB

Tints of Medium Orchid #C75FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.52%

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

R = 38.79%
G = 18.52%
B = 42.69%

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

#C75FDB (or 0xC75FDB) is known color: Medium Orchid. HEX triplet: C7, 5F and DB. RGB value is (199,95,219). Sum of RGB (Red+Green+Blue) = 199+95+219=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 95 (37.5% from 255 or 18.52% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #C75FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75FDB is #38A024. Grayscale: #8B8B8B. Windows color (decimal): -3711013 or 14376903. OLE color: 14376903.

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

Color convert

RGB 199 95 219 -
CMYK 0.09 0.57 0 0.14
HSL 290.32º 0.63% 0.62% -
HSV(B) 290.32º 0.57% 0.86% -
XYZ 40.43 25.44 69.8 -
YUV 140.23 172.46 169.92 -
System Red Green Blue C M Y K H S L
Decimal 199 95 219 0.09 0.57 0 0.14 290.32 0.63 0.62
Hex C7 5F DB 9 39 0 E 122 3F 3E
Octal 307 137 333 11 71 0 16 442 77 76
Binary 11000111 1011111 11011011 1001 111001 0 1110 100100010 111111 111110

Color Harmonies of #C75FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75FDB

Black with #C75FDB

Text Example


Text Example

White with #C75FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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