Html Css Color HEX #C758E4 Medium Orchid

📋 copy color: '#C758E4'

red 199 ◦ green 88 ◦ blue 228

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

Shades of Medium Orchid #C758E4

Tints of Medium Orchid #C758E4

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.09%

 BLUE value IS 228 (89.45% from 255) = 44.27%

R = 38.64%
G = 17.09%
B = 44.27%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C758E4 (or 0xC758E4) is known color: Medium Orchid. HEX triplet: C7, 58 and E4. RGB value is (199,88,228). Sum of RGB (Red+Green+Blue) = 199+88+228=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 88 (34.77% from 255 or 17.09% from 515); Blue value is 228 (89.45% from 255 or 44.27% from 515); Max value from RGB is 228 - color contains mainly: blue. Hex color #C758E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C758E4 is #38A71B. Grayscale: #888888. Windows color (decimal): -3712796 or 14964935. OLE color: 14964935.

HSL color Cylindrical-coordinate representation of color #C758E4: hue angle of 287.57º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C758E4 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 199 88 228 -
CMYK 0.13 0.61 0 0.11
HSL 287.57º 0.72% 0.62% -
HSV(B) 287.57º 0.61% 0.89% -
XYZ 41.05 24.72 76.01 -
YUV 137.15 179.27 172.12 -
System Red Green Blue C M Y K H S L
Decimal 199 88 228 0.13 0.61 0 0.11 287.57 0.72 0.62
Hex C7 58 E4 D 3D 0 B 120 48 3E
Octal 307 130 344 15 75 0 13 440 110 76
Binary 11000111 1011000 11100100 1101 111101 0 1011 100100000 1001000 111110

Color Harmonies of #C758E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C758E4

Black with #C758E4

Text Example


Text Example

White with #C758E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C758E4; }

 p { color: rgb(199,88,228); }

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

background-color css

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

 a { background-color: rgb(199,88,228); }

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

border-color css

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

 span { border-color: rgb(199,88,228); }

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