Html Css Color HEX #C25EDC Medium Orchid

📋 copy color: '#C25EDC'

red 194 ◦ green 94 ◦ blue 220

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

Shades of Medium Orchid #C25EDC

Tints of Medium Orchid #C25EDC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.5%

 BLUE value IS 220 (86.33% from 255) = 43.31%

R = 38.19%
G = 18.5%
B = 43.31%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C25EDC (or 0xC25EDC) is known color: Medium Orchid. HEX triplet: C2, 5E and DC. RGB value is (194,94,220). Sum of RGB (Red+Green+Blue) = 194+94+220=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 94 (37.11% from 255 or 18.50% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #C25EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25EDC is #3DA123. Grayscale: #898989. Windows color (decimal): -4038948 or 14442178. OLE color: 14442178.

HSL color Cylindrical-coordinate representation of color #C25EDC: hue angle of 287.62º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C25EDC is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 94 220 -
CMYK 0.12 0.57 0 0.14
HSL 287.62º 0.64% 0.62% -
HSV(B) 287.62º 0.57% 0.86% -
XYZ 39.17 24.64 70.4 -
YUV 138.26 174.13 167.75 -
System Red Green Blue C M Y K H S L
Decimal 194 94 220 0.12 0.57 0 0.14 287.62 0.64 0.62
Hex C2 5E DC C 39 0 E 120 40 3E
Octal 302 136 334 14 71 0 16 440 100 76
Binary 11000010 1011110 11011100 1100 111001 0 1110 100100000 1000000 111110

Color Harmonies of #C25EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25EDC

Black with #C25EDC

Text Example


Text Example

White with #C25EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25EDC; }

 p { color: rgb(194,94,220); }

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

background-color css

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

 a { background-color: rgb(194,94,220); }

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

border-color css

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

 span { border-color: rgb(194,94,220); }

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