Html Css Color HEX #C25CDF Medium Orchid

📋 copy color: '#C25CDF'

red 194 ◦ green 92 ◦ blue 223

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

Shades of Medium Orchid #C25CDF

Tints of Medium Orchid #C25CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.81%

R = 38.11%
G = 18.07%
B = 43.81%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C25CDF (or 0xC25CDF) is known color: Medium Orchid. HEX triplet: C2, 5C and DF. RGB value is (194,92,223). Sum of RGB (Red+Green+Blue) = 194+92+223=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #C25CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CDF is #3DA320. Grayscale: #898989. Windows color (decimal): -4039457 or 14638274. OLE color: 14638274.

HSL color Cylindrical-coordinate representation of color #C25CDF: hue angle of 286.72º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C25CDF is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 92 223 -
CMYK 0.13 0.59 0 0.13
HSL 286.72º 0.67% 0.62% -
HSV(B) 286.72º 0.59% 0.87% -
XYZ 39.39 24.45 72.46 -
YUV 137.43 176.29 168.35 -
System Red Green Blue C M Y K H S L
Decimal 194 92 223 0.13 0.59 0 0.13 286.72 0.67 0.62
Hex C2 5C DF D 3B 0 D 11F 43 3E
Octal 302 134 337 15 73 0 15 437 103 76
Binary 11000010 1011100 11011111 1101 111011 0 1101 100011111 1000011 111110

Color Harmonies of #C25CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25CDF

Black with #C25CDF

Text Example


Text Example

White with #C25CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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