Html Css Color HEX #C75AEB Medium Orchid

📋 copy color: '#C75AEB'

red 199 ◦ green 90 ◦ blue 235

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

Shades of Medium Orchid #C75AEB

Tints of Medium Orchid #C75AEB

RGB

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

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

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

R = 37.98%
G = 17.18%
B = 44.85%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C75AEB (or 0xC75AEB) is known color: Medium Orchid. HEX triplet: C7, 5A and EB. RGB value is (199,90,235). Sum of RGB (Red+Green+Blue) = 199+90+235=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 90 (35.55% from 255 or 17.18% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #C75AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75AEB is #38A514. Grayscale: #8A8A8A. Windows color (decimal): -3712277 or 15424199. OLE color: 15424199.

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

Color convert

RGB 199 90 235 -
CMYK 0.15 0.62 0 0.08
HSL 285.1º 0.78% 0.64% -
HSV(B) 285.1º 0.62% 0.92% -
XYZ 42.2 25.45 81.29 -
YUV 139.12 182.11 170.71 -
System Red Green Blue C M Y K H S L
Decimal 199 90 235 0.15 0.62 0 0.08 285.1 0.78 0.64
Hex C7 5A EB F 3E 0 8 11D 4E 40
Octal 307 132 353 17 76 0 10 435 116 100
Binary 11000111 1011010 11101011 1111 111110 0 1000 100011101 1001110 1000000

Color Harmonies of #C75AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75AEB

Black with #C75AEB

Text Example


Text Example

White with #C75AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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