Html Css Color HEX #C259DD Medium Orchid

📋 copy color: '#C259DD'

red 194 ◦ green 89 ◦ blue 221

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

Shades of Medium Orchid #C259DD

Tints of Medium Orchid #C259DD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.66%

 BLUE value IS 221 (86.72% from 255) = 43.85%

R = 38.49%
G = 17.66%
B = 43.85%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C259DD (or 0xC259DD) is known color: Medium Orchid. HEX triplet: C2, 59 and DD. RGB value is (194,89,221). Sum of RGB (Red+Green+Blue) = 194+89+221=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #C259DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C259DD is #3DA622. Grayscale: #878787. Windows color (decimal): -4040227 or 14506434. OLE color: 14506434.

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

Color convert

RGB 194 89 221 -
CMYK 0.12 0.60 0 0.13
HSL 287.73º 0.66% 0.61% -
HSV(B) 287.73º 0.6% 0.87% -
XYZ 38.87 23.83 70.96 -
YUV 135.44 176.29 169.77 -
System Red Green Blue C M Y K H S L
Decimal 194 89 221 0.12 0.60 0 0.13 287.73 0.66 0.61
Hex C2 59 DD C 3C 0 D 120 42 3D
Octal 302 131 335 14 74 0 15 440 102 75
Binary 11000010 1011001 11011101 1100 111100 0 1101 100100000 1000010 111101

Color Harmonies of #C259DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C259DD

Black with #C259DD

Text Example


Text Example

White with #C259DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C259DD; }

 p { color: rgb(194,89,221); }

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

background-color css

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

 a { background-color: rgb(194,89,221); }

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

border-color css

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

 span { border-color: rgb(194,89,221); }

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