Html Css Color HEX #C25DE6 Medium Orchid

📋 copy color: '#C25DE6'

red 194 ◦ green 93 ◦ blue 230

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

Shades of Medium Orchid #C25DE6

Tints of Medium Orchid #C25DE6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.99%

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

R = 37.52%
G = 17.99%
B = 44.49%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C25DE6 (or 0xC25DE6) is known color: Medium Orchid. HEX triplet: C2, 5D and E6. RGB value is (194,93,230). Sum of RGB (Red+Green+Blue) = 194+93+230=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 230 (90.23% from 255 or 44.49% from 517); Max value from RGB is 230 - color contains mainly: blue. Hex color #C25DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25DE6 is #3DA219. Grayscale: #8A8A8A. Windows color (decimal): -4039194 or 15097282. OLE color: 15097282.

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

Color convert

RGB 194 93 230 -
CMYK 0.16 0.60 0 0.10
HSL 284.23º 0.73% 0.63% -
HSV(B) 284.23º 0.6% 0.9% -
XYZ 40.45 25.01 77.56 -
YUV 138.82 179.46 167.36 -
System Red Green Blue C M Y K H S L
Decimal 194 93 230 0.16 0.60 0 0.10 284.23 0.73 0.63
Hex C2 5D E6 10 3C 0 A 11C 49 3F
Octal 302 135 346 20 74 0 12 434 111 77
Binary 11000010 1011101 11100110 10000 111100 0 1010 100011100 1001001 111111

Color Harmonies of #C25DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25DE6

Black with #C25DE6

Text Example


Text Example

White with #C25DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25DE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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