Html Css Color HEX #C25CF6 Medium Orchid

📋 copy color: '#C25CF6'

red 194 ◦ green 92 ◦ blue 246

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

Shades of Medium Orchid #C25CF6

Tints of Medium Orchid #C25CF6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.29%

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

R = 36.47%
G = 17.29%
B = 46.24%

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

#C25CF6 (or 0xC25CF6) is known color: Medium Orchid. HEX triplet: C2, 5C and F6. RGB value is (194,92,246). Sum of RGB (Red+Green+Blue) = 194+92+246=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 92 (36.33% from 255 or 17.29% from 532); Blue value is 246 (96.48% from 255 or 46.24% from 532); Max value from RGB is 246 - color contains mainly: blue. Hex color #C25CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25CF6 is #3DA309. Grayscale: #8B8B8B. Windows color (decimal): -4039434 or 16145602. OLE color: 16145602.

HSL color Cylindrical-coordinate representation of color #C25CF6: hue angle of 279.74º 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 #C25CF6 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 194 92 246 -
CMYK 0.21 0.63 0 0.04
HSL 279.74º 0.9% 0.66% -
HSV(B) 279.74º 0.63% 0.96% -
XYZ 42.71 25.78 89.91 -
YUV 140.05 187.79 166.48 -
System Red Green Blue C M Y K H S L
Decimal 194 92 246 0.21 0.63 0 0.04 279.74 0.9 0.66
Hex C2 5C F6 15 3F 0 4 118 5A 42
Octal 302 134 366 25 77 0 4 430 132 102
Binary 11000010 1011100 11110110 10101 111111 0 100 100011000 1011010 1000010

Color Harmonies of #C25CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25CF6

Black with #C25CF6

Text Example


Text Example

White with #C25CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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