Html Css Color HEX #C25AE6 Medium Orchid

📋 copy color: '#C25AE6'

red 194 ◦ green 90 ◦ blue 230

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

Shades of Medium Orchid #C25AE6

Tints of Medium Orchid #C25AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.75%

R = 37.74%
G = 17.51%
B = 44.75%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C25AE6 (or 0xC25AE6) is known color: Medium Orchid. HEX triplet: C2, 5A and E6. RGB value is (194,90,230). Sum of RGB (Red+Green+Blue) = 194+90+230=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 90 (35.55% from 255 or 17.51% from 514); Blue value is 230 (90.23% from 255 or 44.75% from 514); Max value from RGB is 230 - color contains mainly: blue. Hex color #C25AE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25AE6 is #3DA519. Grayscale: #888888. Windows color (decimal): -4039962 or 15096514. OLE color: 15096514.

HSL color Cylindrical-coordinate representation of color #C25AE6: hue angle of 284.57º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C25AE6 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 194 90 230 -
CMYK 0.16 0.61 0 0.10
HSL 284.57º 0.74% 0.63% -
HSV(B) 284.57º 0.61% 0.9% -
XYZ 40.19 24.49 77.47 -
YUV 137.06 180.46 168.62 -
System Red Green Blue C M Y K H S L
Decimal 194 90 230 0.16 0.61 0 0.10 284.57 0.74 0.63
Hex C2 5A E6 10 3D 0 A 11D 4A 3F
Octal 302 132 346 20 75 0 12 435 112 77
Binary 11000010 1011010 11100110 10000 111101 0 1010 100011101 1001010 111111

Color Harmonies of #C25AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25AE6

Black with #C25AE6

Text Example


Text Example

White with #C25AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25AE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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