Html Css Color HEX #C25BCE Medium Orchid

📋 copy color: '#C25BCE'

red 194 ◦ green 91 ◦ blue 206

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

Shades of Medium Orchid #C25BCE

Tints of Medium Orchid #C25BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.96%

R = 39.51%
G = 18.53%
B = 41.96%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C25BCE (or 0xC25BCE) is known color: Medium Orchid. HEX triplet: C2, 5B and CE. RGB value is (194,91,206). Sum of RGB (Red+Green+Blue) = 194+91+206=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 91 (35.94% from 255 or 18.53% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #C25BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25BCE is #3DA431. Grayscale: #868686. Windows color (decimal): -4039730 or 13523906. OLE color: 13523906.

HSL color Cylindrical-coordinate representation of color #C25BCE: hue angle of 293.74º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C25BCE is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 91 206 -
CMYK 0.06 0.56 0 0.19
HSL 293.74º 0.54% 0.58% -
HSV(B) 293.74º 0.56% 0.81% -
XYZ 37.13 23.41 60.95 -
YUV 134.91 168.12 170.15 -
System Red Green Blue C M Y K H S L
Decimal 194 91 206 0.06 0.56 0 0.19 293.74 0.54 0.58
Hex C2 5B CE 6 38 0 13 126 36 3A
Octal 302 133 316 6 70 0 23 446 66 72
Binary 11000010 1011011 11001110 110 111000 0 10011 100100110 110110 111010

Color Harmonies of #C25BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25BCE

Black with #C25BCE

Text Example


Text Example

White with #C25BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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