Html Css Color HEX #C86DDA Orchid

📋 copy color: '#C86DDA'

red 200 ◦ green 109 ◦ blue 218

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

Shades of Orchid #C86DDA

Tints of Orchid #C86DDA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.68%

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

R = 37.95%
G = 20.68%
B = 41.37%

CMYK

 C value IS 0.08

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C86DDA (or 0xC86DDA) is known color: Orchid. HEX triplet: C8, 6D and DA. RGB value is (200,109,218). Sum of RGB (Red+Green+Blue) = 200+109+218=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 109 (42.97% from 255 or 20.68% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #C86DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DDA is #379225. Grayscale: #949494. Windows color (decimal): -3641894 or 14314952. OLE color: 14314952.

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

Color convert

RGB 200 109 218 -
CMYK 0.08 0.5 0 0.15
HSL 290.09º 0.6% 0.64% -
HSV(B) 290.09º 0.5% 0.85% -
XYZ 41.94 28.28 69.58 -
YUV 148.64 167.15 164.64 -
System Red Green Blue C M Y K H S L
Decimal 200 109 218 0.08 0.5 0 0.15 290.09 0.6 0.64
Hex C8 6D DA 8 32 0 F 122 3C 40
Octal 310 155 332 10 62 0 17 442 74 100
Binary 11001000 1101101 11011010 1000 110010 0 1111 100100010 111100 1000000

Color Harmonies of #C86DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86DDA

Black with #C86DDA

Text Example


Text Example

White with #C86DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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