Html Css Color HEX #C754DA Medium Orchid

📋 copy color: '#C754DA'

red 199 ◦ green 84 ◦ blue 218

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

Shades of Medium Orchid #C754DA

Tints of Medium Orchid #C754DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.51%

R = 39.72%
G = 16.77%
B = 43.51%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C754DA (or 0xC754DA) is known color: Medium Orchid. HEX triplet: C7, 54 and DA. RGB value is (199,84,218). Sum of RGB (Red+Green+Blue) = 199+84+218=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #C754DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C754DA is #38AB25. Grayscale: #858585. Windows color (decimal): -3713830 or 14308551. OLE color: 14308551.

HSL color Cylindrical-coordinate representation of color #C754DA: hue angle of 291.49º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C754DA is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 84 218 -
CMYK 0.09 0.61 0 0.15
HSL 291.49º 0.64% 0.59% -
HSV(B) 291.49º 0.61% 0.85% -
XYZ 39.38 23.54 68.8 -
YUV 133.66 175.6 174.6 -
System Red Green Blue C M Y K H S L
Decimal 199 84 218 0.09 0.61 0 0.15 291.49 0.64 0.59
Hex C7 54 DA 9 3D 0 F 123 40 3B
Octal 307 124 332 11 75 0 17 443 100 73
Binary 11000111 1010100 11011010 1001 111101 0 1111 100100011 1000000 111011

Color Harmonies of #C754DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C754DA

Black with #C754DA

Text Example


Text Example

White with #C754DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C754DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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