Html Css Color HEX #C25BDE Medium Orchid

📋 copy color: '#C25BDE'

red 194 ◦ green 91 ◦ blue 222

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

Shades of Medium Orchid #C25BDE

Tints of Medium Orchid #C25BDE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.95%

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

R = 38.26%
G = 17.95%
B = 43.79%

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

#C25BDE (or 0xC25BDE) is known color: Medium Orchid. HEX triplet: C2, 5B and DE. RGB value is (194,91,222). Sum of RGB (Red+Green+Blue) = 194+91+222=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 91 (35.94% from 255 or 17.95% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #C25BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25BDE is #3DA421. Grayscale: #888888. Windows color (decimal): -4039714 or 14572482. OLE color: 14572482.

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

Color convert

RGB 194 91 222 -
CMYK 0.13 0.59 0 0.13
HSL 287.18º 0.66% 0.61% -
HSV(B) 287.18º 0.59% 0.87% -
XYZ 39.17 24.23 71.72 -
YUV 136.73 176.12 168.85 -
System Red Green Blue C M Y K H S L
Decimal 194 91 222 0.13 0.59 0 0.13 287.18 0.66 0.61
Hex C2 5B DE D 3B 0 D 11F 42 3D
Octal 302 133 336 15 73 0 15 437 102 75
Binary 11000010 1011011 11011110 1101 111011 0 1101 100011111 1000010 111101

Color Harmonies of #C25BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25BDE

Black with #C25BDE

Text Example


Text Example

White with #C25BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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