Html Css Color HEX #C25AEB Medium Orchid

📋 copy color: '#C25AEB'

red 194 ◦ green 90 ◦ blue 235

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

Shades of Medium Orchid #C25AEB

Tints of Medium Orchid #C25AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.28%

R = 37.38%
G = 17.34%
B = 45.28%

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

#C25AEB (or 0xC25AEB) is known color: Medium Orchid. HEX triplet: C2, 5A and EB. RGB value is (194,90,235). Sum of RGB (Red+Green+Blue) = 194+90+235=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #C25AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25AEB is #3DA514. Grayscale: #898989. Windows color (decimal): -4039957 or 15424194. OLE color: 15424194.

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

Color convert

RGB 194 90 235 -
CMYK 0.17 0.62 0 0.08
HSL 283.03º 0.78% 0.64% -
HSV(B) 283.03º 0.62% 0.92% -
XYZ 40.9 24.78 81.22 -
YUV 137.63 182.96 168.21 -
System Red Green Blue C M Y K H S L
Decimal 194 90 235 0.17 0.62 0 0.08 283.03 0.78 0.64
Hex C2 5A EB 11 3E 0 8 11B 4E 40
Octal 302 132 353 21 76 0 10 433 116 100
Binary 11000010 1011010 11101011 10001 111110 0 1000 100011011 1001110 1000000

Color Harmonies of #C25AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25AEB

Black with #C25AEB

Text Example


Text Example

White with #C25AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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