Html Css Color HEX #C75AE8 Medium Orchid

📋 copy color: '#C75AE8'

red 199 ◦ green 90 ◦ blue 232

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

Shades of Medium Orchid #C75AE8

Tints of Medium Orchid #C75AE8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.27%

 BLUE value IS 232 (91.02% from 255) = 44.53%

R = 38.2%
G = 17.27%
B = 44.53%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C75AE8 (or 0xC75AE8) is known color: Medium Orchid. HEX triplet: C7, 5A and E8. RGB value is (199,90,232). Sum of RGB (Red+Green+Blue) = 199+90+232=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 90 (35.55% from 255 or 17.27% from 521); Blue value is 232 (91.02% from 255 or 44.53% from 521); Max value from RGB is 232 - color contains mainly: blue. Hex color #C75AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75AE8 is #38A517. Grayscale: #8A8A8A. Windows color (decimal): -3712280 or 15227591. OLE color: 15227591.

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

Color convert

RGB 199 90 232 -
CMYK 0.14 0.61 0 0.09
HSL 286.06º 0.76% 0.63% -
HSV(B) 286.06º 0.61% 0.91% -
XYZ 41.77 25.28 79.02 -
YUV 138.78 180.61 170.95 -
System Red Green Blue C M Y K H S L
Decimal 199 90 232 0.14 0.61 0 0.09 286.06 0.76 0.63
Hex C7 5A E8 E 3D 0 9 11E 4C 3F
Octal 307 132 350 16 75 0 11 436 114 77
Binary 11000111 1011010 11101000 1110 111101 0 1001 100011110 1001100 111111

Color Harmonies of #C75AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75AE8

Black with #C75AE8

Text Example


Text Example

White with #C75AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75AE8; }

 p { color: rgb(199,90,232); }

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

background-color css

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

 a { background-color: rgb(199,90,232); }

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

border-color css

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

 span { border-color: rgb(199,90,232); }

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