Html Css Color HEX #C75AED Medium Orchid

📋 copy color: '#C75AED'

red 199 ◦ green 90 ◦ blue 237

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

Shades of Medium Orchid #C75AED

Tints of Medium Orchid #C75AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.06%

R = 37.83%
G = 17.11%
B = 45.06%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C75AED (or 0xC75AED) is known color: Medium Orchid. HEX triplet: C7, 5A and ED. RGB value is (199,90,237). Sum of RGB (Red+Green+Blue) = 199+90+237=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 90 (35.55% from 255 or 17.11% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #C75AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75AED is #38A512. Grayscale: #8A8A8A. Windows color (decimal): -3712275 or 15555271. OLE color: 15555271.

HSL color Cylindrical-coordinate representation of color #C75AED: hue angle of 284.49º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C75AED is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 90 237 -
CMYK 0.16 0.62 0 0.07
HSL 284.49º 0.8% 0.64% -
HSV(B) 284.49º 0.62% 0.93% -
XYZ 42.5 25.57 82.82 -
YUV 139.35 183.11 170.55 -
System Red Green Blue C M Y K H S L
Decimal 199 90 237 0.16 0.62 0 0.07 284.49 0.8 0.64
Hex C7 5A ED 10 3E 0 7 11C 50 40
Octal 307 132 355 20 76 0 7 434 120 100
Binary 11000111 1011010 11101101 10000 111110 0 111 100011100 1010000 1000000

Color Harmonies of #C75AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75AED

Black with #C75AED

Text Example


Text Example

White with #C75AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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