Html Css Color HEX #C865DD Medium Orchid

📋 copy color: '#C865DD'

red 200 ◦ green 101 ◦ blue 221

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

Shades of Medium Orchid #C865DD

Tints of Medium Orchid #C865DD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.35%

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

R = 38.31%
G = 19.35%
B = 42.34%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C865DD (or 0xC865DD) is known color: Medium Orchid. HEX triplet: C8, 65 and DD. RGB value is (200,101,221). Sum of RGB (Red+Green+Blue) = 200+101+221=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 101 (39.84% from 255 or 19.35% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #C865DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C865DD is #379A22. Grayscale: #8F8F8F. Windows color (decimal): -3643939 or 14509512. OLE color: 14509512.

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

Color convert

RGB 200 101 221 -
CMYK 0.10 0.54 0 0.13
HSL 289.5º 0.64% 0.63% -
HSV(B) 289.5º 0.54% 0.87% -
XYZ 41.52 26.81 71.39 -
YUV 144.28 171.3 167.74 -
System Red Green Blue C M Y K H S L
Decimal 200 101 221 0.10 0.54 0 0.13 289.5 0.64 0.63
Hex C8 65 DD A 36 0 D 122 40 3F
Octal 310 145 335 12 66 0 15 442 100 77
Binary 11001000 1100101 11011101 1010 110110 0 1101 100100010 1000000 111111

Color Harmonies of #C865DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C865DD

Black with #C865DD

Text Example


Text Example

White with #C865DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C865DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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