Html Css Color HEX #C86ED7 Orchid

📋 copy color: '#C86ED7'

red 200 ◦ green 110 ◦ blue 215

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

Shades of Orchid #C86ED7

Tints of Orchid #C86ED7

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.95%

 BLUE value IS 215 (84.38% from 255) = 40.95%

R = 38.1%
G = 20.95%
B = 40.95%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C86ED7 (or 0xC86ED7) is known color: Orchid. HEX triplet: C8, 6E and D7. RGB value is (200,110,215). Sum of RGB (Red+Green+Blue) = 200+110+215=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 215 (84.38% from 255 or 40.95% from 525); Max value from RGB is 215 - color contains mainly: blue. Hex color #C86ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86ED7 is #379128. Grayscale: #949494. Windows color (decimal): -3641641 or 14118600. OLE color: 14118600.

HSL color Cylindrical-coordinate representation of color #C86ED7: hue angle of 291.43º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C86ED7 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 110 215 -
CMYK 0.07 0.49 0 0.16
HSL 291.43º 0.57% 0.64% -
HSV(B) 291.43º 0.49% 0.84% -
XYZ 41.66 28.34 67.56 -
YUV 148.88 165.32 164.46 -
System Red Green Blue C M Y K H S L
Decimal 200 110 215 0.07 0.49 0 0.16 291.43 0.57 0.64
Hex C8 6E D7 7 31 0 10 123 39 40
Octal 310 156 327 7 61 0 20 443 71 100
Binary 11001000 1101110 11010111 111 110001 0 10000 100100011 111001 1000000

Color Harmonies of #C86ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86ED7

Black with #C86ED7

Text Example


Text Example

White with #C86ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86ED7; }

 p { color: rgb(200,110,215); }

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

background-color css

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

 a { background-color: rgb(200,110,215); }

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

border-color css

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

 span { border-color: rgb(200,110,215); }

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