Html Css Color HEX #C25BDA Medium Orchid

📋 copy color: '#C25BDA'

red 194 ◦ green 91 ◦ blue 218

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

Shades of Medium Orchid #C25BDA

Tints of Medium Orchid #C25BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.34%

R = 38.57%
G = 18.09%
B = 43.34%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C25BDA (or 0xC25BDA) is known color: Medium Orchid. HEX triplet: C2, 5B and DA. RGB value is (194,91,218). Sum of RGB (Red+Green+Blue) = 194+91+218=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 91 (35.94% from 255 or 18.09% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #C25BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25BDA is #3DA425. Grayscale: #878787. Windows color (decimal): -4039718 or 14310338. OLE color: 14310338.

HSL color Cylindrical-coordinate representation of color #C25BDA: hue angle of 288.66º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25BDA is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 91 218 -
CMYK 0.11 0.58 0 0.15
HSL 288.66º 0.63% 0.61% -
HSV(B) 288.66º 0.58% 0.85% -
XYZ 38.64 24.01 68.93 -
YUV 136.28 174.12 169.17 -
System Red Green Blue C M Y K H S L
Decimal 194 91 218 0.11 0.58 0 0.15 288.66 0.63 0.61
Hex C2 5B DA B 3A 0 F 121 3F 3D
Octal 302 133 332 13 72 0 17 441 77 75
Binary 11000010 1011011 11011010 1011 111010 0 1111 100100001 111111 111101

Color Harmonies of #C25BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25BDA

Black with #C25BDA

Text Example


Text Example

White with #C25BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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