Html Css Color HEX #C25FDC Medium Orchid

📋 copy color: '#C25FDC'

red 194 ◦ green 95 ◦ blue 220

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

Shades of Medium Orchid #C25FDC

Tints of Medium Orchid #C25FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.66%

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

R = 38.11%
G = 18.66%
B = 43.22%

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

#C25FDC (or 0xC25FDC) is known color: Medium Orchid. HEX triplet: C2, 5F and DC. RGB value is (194,95,220). Sum of RGB (Red+Green+Blue) = 194+95+220=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #C25FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25FDC is #3DA023. Grayscale: #8A8A8A. Windows color (decimal): -4038692 or 14442434. OLE color: 14442434.

HSL color Cylindrical-coordinate representation of color #C25FDC: hue angle of 287.52º 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 #C25FDC is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 95 220 -
CMYK 0.12 0.57 0 0.14
HSL 287.52º 0.64% 0.62% -
HSV(B) 287.52º 0.57% 0.86% -
XYZ 39.26 24.82 70.43 -
YUV 138.85 173.8 167.34 -
System Red Green Blue C M Y K H S L
Decimal 194 95 220 0.12 0.57 0 0.14 287.52 0.64 0.62
Hex C2 5F DC C 39 0 E 120 40 3E
Octal 302 137 334 14 71 0 16 440 100 76
Binary 11000010 1011111 11011100 1100 111001 0 1110 100100000 1000000 111110

Color Harmonies of #C25FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25FDC

Black with #C25FDC

Text Example


Text Example

White with #C25FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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