Html Css Color HEX #C865DA Medium Orchid

📋 copy color: '#C865DA'

red 200 ◦ green 101 ◦ blue 218

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

Shades of Medium Orchid #C865DA

Tints of Medium Orchid #C865DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42%

R = 38.54%
G = 19.46%
B = 42%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C865DA (or 0xC865DA) is known color: Medium Orchid. HEX triplet: C8, 65 and DA. RGB value is (200,101,218). Sum of RGB (Red+Green+Blue) = 200+101+218=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 101 (39.84% from 255 or 19.46% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #C865DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C865DA is #379A25. Grayscale: #8F8F8F. Windows color (decimal): -3643942 or 14312904. OLE color: 14312904.

HSL color Cylindrical-coordinate representation of color #C865DA: hue angle of 290.77º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C865DA is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 101 218 -
CMYK 0.08 0.54 0 0.15
HSL 290.77º 0.61% 0.63% -
HSV(B) 290.77º 0.54% 0.85% -
XYZ 41.13 26.65 69.31 -
YUV 143.94 169.8 167.99 -
System Red Green Blue C M Y K H S L
Decimal 200 101 218 0.08 0.54 0 0.15 290.77 0.61 0.63
Hex C8 65 DA 8 36 0 F 123 3D 3F
Octal 310 145 332 10 66 0 17 443 75 77
Binary 11001000 1100101 11011010 1000 110110 0 1111 100100011 111101 111111

Color Harmonies of #C865DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C865DA

Black with #C865DA

Text Example


Text Example

White with #C865DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C865DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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