Html Css Color HEX #C25AE4 Medium Orchid

📋 copy color: '#C25AE4'

red 194 ◦ green 90 ◦ blue 228

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

Shades of Medium Orchid #C25AE4

Tints of Medium Orchid #C25AE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.53%

R = 37.89%
G = 17.58%
B = 44.53%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C25AE4 (or 0xC25AE4) is known color: Medium Orchid. HEX triplet: C2, 5A and E4. RGB value is (194,90,228). Sum of RGB (Red+Green+Blue) = 194+90+228=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 90 (35.55% from 255 or 17.58% from 512); Blue value is 228 (89.45% from 255 or 44.53% from 512); Max value from RGB is 228 - color contains mainly: blue. Hex color #C25AE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25AE4 is #3DA51B. Grayscale: #888888. Windows color (decimal): -4039964 or 14965442. OLE color: 14965442.

HSL color Cylindrical-coordinate representation of color #C25AE4: hue angle of 285.22º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C25AE4 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 194 90 228 -
CMYK 0.15 0.61 0 0.11
HSL 285.22º 0.72% 0.62% -
HSV(B) 285.22º 0.61% 0.89% -
XYZ 39.91 24.38 76 -
YUV 136.83 179.46 168.78 -
System Red Green Blue C M Y K H S L
Decimal 194 90 228 0.15 0.61 0 0.11 285.22 0.72 0.62
Hex C2 5A E4 F 3D 0 B 11D 48 3E
Octal 302 132 344 17 75 0 13 435 110 76
Binary 11000010 1011010 11100100 1111 111101 0 1011 100011101 1001000 111110

Color Harmonies of #C25AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25AE4

Black with #C25AE4

Text Example


Text Example

White with #C25AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25AE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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