Html Css Color HEX #C75ADA Medium Orchid

📋 copy color: '#C75ADA'

red 199 ◦ green 90 ◦ blue 218

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

Shades of Medium Orchid #C75ADA

Tints of Medium Orchid #C75ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43%

R = 39.25%
G = 17.75%
B = 43%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C75ADA (or 0xC75ADA) is known color: Medium Orchid. HEX triplet: C7, 5A and DA. RGB value is (199,90,218). Sum of RGB (Red+Green+Blue) = 199+90+218=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 90 (35.55% from 255 or 17.75% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #C75ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75ADA is #38A525. Grayscale: #888888. Windows color (decimal): -3712294 or 14310087. OLE color: 14310087.

HSL color Cylindrical-coordinate representation of color #C75ADA: hue angle of 291.09º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C75ADA is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 90 218 -
CMYK 0.09 0.59 0 0.15
HSL 291.09º 0.63% 0.6% -
HSV(B) 291.09º 0.59% 0.85% -
XYZ 39.86 24.52 68.96 -
YUV 137.18 173.61 172.09 -
System Red Green Blue C M Y K H S L
Decimal 199 90 218 0.09 0.59 0 0.15 291.09 0.63 0.6
Hex C7 5A DA 9 3B 0 F 123 3F 3C
Octal 307 132 332 11 73 0 17 443 77 74
Binary 11000111 1011010 11011010 1001 111011 0 1111 100100011 111111 111100

Color Harmonies of #C75ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75ADA

Black with #C75ADA

Text Example


Text Example

White with #C75ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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