Html Css Color HEX #C25AF6 Medium Orchid

📋 copy color: '#C25AF6'

red 194 ◦ green 90 ◦ blue 246

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

Shades of Medium Orchid #C25AF6

Tints of Medium Orchid #C25AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.42%

R = 36.6%
G = 16.98%
B = 46.42%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C25AF6 (or 0xC25AF6) is known color: Medium Orchid. HEX triplet: C2, 5A and F6. RGB value is (194,90,246). Sum of RGB (Red+Green+Blue) = 194+90+246=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 90 (35.55% from 255 or 16.98% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #C25AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25AF6 is #3DA509. Grayscale: #8A8A8A. Windows color (decimal): -4039946 or 16145090. OLE color: 16145090.

HSL color Cylindrical-coordinate representation of color #C25AF6: hue angle of 280º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C25AF6 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 194 90 246 -
CMYK 0.21 0.63 0 0.04
HSL 280º 0.9% 0.66% -
HSV(B) 280º 0.63% 0.96% -
XYZ 42.54 25.44 89.86 -
YUV 138.88 188.46 167.32 -
System Red Green Blue C M Y K H S L
Decimal 194 90 246 0.21 0.63 0 0.04 280 0.9 0.66
Hex C2 5A F6 15 3F 0 4 118 5A 42
Octal 302 132 366 25 77 0 4 430 132 102
Binary 11000010 1011010 11110110 10101 111111 0 100 100011000 1011010 1000010

Color Harmonies of #C25AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25AF6

Black with #C25AF6

Text Example


Text Example

White with #C25AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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