Html Css Color HEX #C259CD Medium Orchid

📋 copy color: '#C259CD'

red 194 ◦ green 89 ◦ blue 205

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

Shades of Medium Orchid #C259CD

Tints of Medium Orchid #C259CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.01%

R = 39.75%
G = 18.24%
B = 42.01%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C259CD (or 0xC259CD) is known color: Medium Orchid. HEX triplet: C2, 59 and CD. RGB value is (194,89,205). Sum of RGB (Red+Green+Blue) = 194+89+205=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #C259CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C259CD is #3DA632. Grayscale: #858585. Windows color (decimal): -4040243 or 13457858. OLE color: 13457858.

HSL color Cylindrical-coordinate representation of color #C259CD: hue angle of 294.31º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C259CD is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 89 205 -
CMYK 0.05 0.57 0 0.20
HSL 294.31º 0.54% 0.58% -
HSV(B) 294.31º 0.57% 0.8% -
XYZ 36.84 23.02 60.26 -
YUV 133.62 168.29 171.07 -
System Red Green Blue C M Y K H S L
Decimal 194 89 205 0.05 0.57 0 0.20 294.31 0.54 0.58
Hex C2 59 CD 5 39 0 14 126 36 3A
Octal 302 131 315 5 71 0 24 446 66 72
Binary 11000010 1011001 11001101 101 111001 0 10100 100100110 110110 111010

Color Harmonies of #C259CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C259CD

Black with #C259CD

Text Example


Text Example

White with #C259CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C259CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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