Html Css Color HEX #C754EB Medium Orchid

📋 copy color: '#C754EB'

red 199 ◦ green 84 ◦ blue 235

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

Shades of Medium Orchid #C754EB

Tints of Medium Orchid #C754EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.37%

R = 38.42%
G = 16.22%
B = 45.37%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C754EB (or 0xC754EB) is known color: Medium Orchid. HEX triplet: C7, 54 and EB. RGB value is (199,84,235). Sum of RGB (Red+Green+Blue) = 199+84+235=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 84 (33.20% from 255 or 16.22% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #C754EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C754EB is #38AB14. Grayscale: #878787. Windows color (decimal): -3713813 or 15422663. OLE color: 15422663.

HSL color Cylindrical-coordinate representation of color #C754EB: hue angle of 285.7º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C754EB is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 84 235 -
CMYK 0.15 0.64 0 0.08
HSL 285.7º 0.79% 0.63% -
HSV(B) 285.7º 0.64% 0.92% -
XYZ 41.72 24.48 81.12 -
YUV 135.6 184.1 173.22 -
System Red Green Blue C M Y K H S L
Decimal 199 84 235 0.15 0.64 0 0.08 285.7 0.79 0.63
Hex C7 54 EB F 40 0 8 11E 4F 3F
Octal 307 124 353 17 100 0 10 436 117 77
Binary 11000111 1010100 11101011 1111 1000000 0 1000 100011110 1001111 111111

Color Harmonies of #C754EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C754EB

Black with #C754EB

Text Example


Text Example

White with #C754EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C754EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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