Html Css Color HEX #C25FDE Medium Orchid

📋 copy color: '#C25FDE'

red 194 ◦ green 95 ◦ blue 222

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

Shades of Medium Orchid #C25FDE

Tints of Medium Orchid #C25FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.44%

R = 37.96%
G = 18.59%
B = 43.44%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C25FDE (or 0xC25FDE) is known color: Medium Orchid. HEX triplet: C2, 5F and DE. RGB value is (194,95,222). Sum of RGB (Red+Green+Blue) = 194+95+222=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 95 (37.5% from 255 or 18.59% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #C25FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25FDE is #3DA021. Grayscale: #8A8A8A. Windows color (decimal): -4038690 or 14573506. OLE color: 14573506.

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

Color convert

RGB 194 95 222 -
CMYK 0.13 0.57 0 0.13
HSL 286.77º 0.66% 0.62% -
HSV(B) 286.77º 0.57% 0.87% -
XYZ 39.53 24.93 71.84 -
YUV 139.08 174.8 167.17 -
System Red Green Blue C M Y K H S L
Decimal 194 95 222 0.13 0.57 0 0.13 286.77 0.66 0.62
Hex C2 5F DE D 39 0 D 11F 42 3E
Octal 302 137 336 15 71 0 15 437 102 76
Binary 11000010 1011111 11011110 1101 111001 0 1101 100011111 1000010 111110

Color Harmonies of #C25FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25FDE

Black with #C25FDE

Text Example


Text Example

White with #C25FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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