Html Css Color HEX #C869DD Medium Orchid

📋 copy color: '#C869DD'

red 200 ◦ green 105 ◦ blue 221

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

Shades of Medium Orchid #C869DD

Tints of Medium Orchid #C869DD

RGB

 RED value IS 200 (78.52% from 255) = 38.02%

 GREEN value IS 105 (41.41% from 255) = 19.96%

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

R = 38.02%
G = 19.96%
B = 42.02%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C869DD (or 0xC869DD) is known color: Medium Orchid. HEX triplet: C8, 69 and DD. RGB value is (200,105,221). Sum of RGB (Red+Green+Blue) = 200+105+221=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #C869DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869DD is #379622. Grayscale: #929292. Windows color (decimal): -3642915 or 14510536. OLE color: 14510536.

HSL color Cylindrical-coordinate representation of color #C869DD: hue angle of 289.14º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C869DD is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 105 221 -
CMYK 0.10 0.52 0 0.13
HSL 289.14º 0.63% 0.64% -
HSV(B) 289.14º 0.52% 0.87% -
XYZ 41.92 27.6 71.52 -
YUV 146.63 169.97 166.07 -
System Red Green Blue C M Y K H S L
Decimal 200 105 221 0.10 0.52 0 0.13 289.14 0.63 0.64
Hex C8 69 DD A 34 0 D 121 3F 40
Octal 310 151 335 12 64 0 15 441 77 100
Binary 11001000 1101001 11011101 1010 110100 0 1101 100100001 111111 1000000

Color Harmonies of #C869DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C869DD

Black with #C869DD

Text Example


Text Example

White with #C869DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C869DD; }

 p { color: rgb(200,105,221); }

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

background-color css

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

 a { background-color: rgb(200,105,221); }

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

border-color css

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

 span { border-color: rgb(200,105,221); }

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