Html Css Color HEX #C259D2 Medium Orchid

📋 copy color: '#C259D2'

red 194 ◦ green 89 ◦ blue 210

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

Shades of Medium Orchid #C259D2

Tints of Medium Orchid #C259D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.6%

R = 39.35%
G = 18.05%
B = 42.6%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C259D2 (or 0xC259D2) is known color: Medium Orchid. HEX triplet: C2, 59 and D2. RGB value is (194,89,210). Sum of RGB (Red+Green+Blue) = 194+89+210=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 210 (82.42% from 255 or 42.60% from 493); Max value from RGB is 210 - color contains mainly: blue. Hex color #C259D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C259D2 is #3DA62D. Grayscale: #858585. Windows color (decimal): -4040238 or 13785538. OLE color: 13785538.

HSL color Cylindrical-coordinate representation of color #C259D2: hue angle of 292.07º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C259D2 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 89 210 -
CMYK 0.08 0.58 0 0.18
HSL 292.07º 0.57% 0.59% -
HSV(B) 292.07º 0.58% 0.82% -
XYZ 37.45 23.27 63.49 -
YUV 134.19 170.79 170.66 -
System Red Green Blue C M Y K H S L
Decimal 194 89 210 0.08 0.58 0 0.18 292.07 0.57 0.59
Hex C2 59 D2 8 3A 0 12 124 39 3B
Octal 302 131 322 10 72 0 22 444 71 73
Binary 11000010 1011001 11010010 1000 111010 0 10010 100100100 111001 111011

Color Harmonies of #C259D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C259D2

Black with #C259D2

Text Example


Text Example

White with #C259D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C259D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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