Html Css Color HEX #C25AEA Medium Orchid

📋 copy color: '#C25AEA'

red 194 ◦ green 90 ◦ blue 234

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

Shades of Medium Orchid #C25AEA

Tints of Medium Orchid #C25AEA

RGB

 RED value IS 194 (76.17% from 255) = 37.45%

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

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

R = 37.45%
G = 17.37%
B = 45.17%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C25AEA (or 0xC25AEA) is known color: Medium Orchid. HEX triplet: C2, 5A and EA. RGB value is (194,90,234). Sum of RGB (Red+Green+Blue) = 194+90+234=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #C25AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25AEA is #3DA515. Grayscale: #898989. Windows color (decimal): -4039958 or 15358658. OLE color: 15358658.

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

Color convert

RGB 194 90 234 -
CMYK 0.17 0.62 0 0.08
HSL 283.33º 0.77% 0.64% -
HSV(B) 283.33º 0.62% 0.92% -
XYZ 40.76 24.72 80.47 -
YUV 137.51 182.46 168.29 -
System Red Green Blue C M Y K H S L
Decimal 194 90 234 0.17 0.62 0 0.08 283.33 0.77 0.64
Hex C2 5A EA 11 3E 0 8 11B 4D 40
Octal 302 132 352 21 76 0 10 433 115 100
Binary 11000010 1011010 11101010 10001 111110 0 1000 100011011 1001101 1000000

Color Harmonies of #C25AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25AEA

Black with #C25AEA

Text Example


Text Example

White with #C25AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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