Html Css Color HEX #C25CF3 Medium Orchid

📋 copy color: '#C25CF3'

red 194 ◦ green 92 ◦ blue 243

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

Shades of Medium Orchid #C25CF3

Tints of Medium Orchid #C25CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 45.94%

R = 36.67%
G = 17.39%
B = 45.94%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C25CF3 (or 0xC25CF3) is known color: Medium Orchid. HEX triplet: C2, 5C and F3. RGB value is (194,92,243). Sum of RGB (Red+Green+Blue) = 194+92+243=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 92 (36.33% from 255 or 17.39% from 529); Blue value is 243 (95.31% from 255 or 45.94% from 529); Max value from RGB is 243 - color contains mainly: blue. Hex color #C25CF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25CF3 is #3DA30C. Grayscale: #8B8B8B. Windows color (decimal): -4039437 or 15948994. OLE color: 15948994.

HSL color Cylindrical-coordinate representation of color #C25CF3: hue angle of 280.53º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C25CF3 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 92 243 -
CMYK 0.20 0.62 0 0.05
HSL 280.53º 0.86% 0.66% -
HSV(B) 280.53º 0.62% 0.95% -
XYZ 42.25 25.59 87.51 -
YUV 139.71 186.29 166.72 -
System Red Green Blue C M Y K H S L
Decimal 194 92 243 0.20 0.62 0 0.05 280.53 0.86 0.66
Hex C2 5C F3 14 3E 0 5 119 56 42
Octal 302 134 363 24 76 0 5 431 126 102
Binary 11000010 1011100 11110011 10100 111110 0 101 100011001 1010110 1000010

Color Harmonies of #C25CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25CF3

Black with #C25CF3

Text Example


Text Example

White with #C25CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25CF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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