Html Css Color HEX #C75AEA Medium Orchid

📋 copy color: '#C75AEA'

red 199 ◦ green 90 ◦ blue 234

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

Shades of Medium Orchid #C75AEA

Tints of Medium Orchid #C75AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.74%

R = 38.05%
G = 17.21%
B = 44.74%

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

#C75AEA (or 0xC75AEA) is known color: Medium Orchid. HEX triplet: C7, 5A and EA. RGB value is (199,90,234). Sum of RGB (Red+Green+Blue) = 199+90+234=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 90 (35.55% from 255 or 17.21% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #C75AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75AEA is #38A515. Grayscale: #8A8A8A. Windows color (decimal): -3712278 or 15358663. OLE color: 15358663.

HSL color Cylindrical-coordinate representation of color #C75AEA: hue angle of 285.42º degrees, saturation: 0.77, 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 #C75AEA is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 90 234 -
CMYK 0.15 0.62 0 0.08
HSL 285.42º 0.77% 0.64% -
HSV(B) 285.42º 0.62% 0.92% -
XYZ 42.06 25.39 80.53 -
YUV 139.01 181.61 170.79 -
System Red Green Blue C M Y K H S L
Decimal 199 90 234 0.15 0.62 0 0.08 285.42 0.77 0.64
Hex C7 5A EA F 3E 0 8 11D 4D 40
Octal 307 132 352 17 76 0 10 435 115 100
Binary 11000111 1011010 11101010 1111 111110 0 1000 100011101 1001101 1000000

Color Harmonies of #C75AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75AEA

Black with #C75AEA

Text Example


Text Example

White with #C75AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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