Html Css Color HEX #C754DB Medium Orchid

📋 copy color: '#C754DB'

red 199 ◦ green 84 ◦ blue 219

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

Shades of Medium Orchid #C754DB

Tints of Medium Orchid #C754DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.73%

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

R = 39.64%
G = 16.73%
B = 43.63%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C754DB (or 0xC754DB) is known color: Medium Orchid. HEX triplet: C7, 54 and DB. RGB value is (199,84,219). Sum of RGB (Red+Green+Blue) = 199+84+219=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 84 (33.20% from 255 or 16.73% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #C754DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C754DB is #38AB24. Grayscale: #858585. Windows color (decimal): -3713829 or 14374087. OLE color: 14374087.

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

Color convert

RGB 199 84 219 -
CMYK 0.09 0.62 0 0.14
HSL 291.11º 0.65% 0.59% -
HSV(B) 291.11º 0.62% 0.86% -
XYZ 39.51 23.6 69.49 -
YUV 133.78 176.1 174.52 -
System Red Green Blue C M Y K H S L
Decimal 199 84 219 0.09 0.62 0 0.14 291.11 0.65 0.59
Hex C7 54 DB 9 3E 0 E 123 41 3B
Octal 307 124 333 11 76 0 16 443 101 73
Binary 11000111 1010100 11011011 1001 111110 0 1110 100100011 1000001 111011

Color Harmonies of #C754DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C754DB

Black with #C754DB

Text Example


Text Example

White with #C754DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C754DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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