Html Css Color HEX #C86DC8 Orchid

📋 copy color: '#C86DC8'

red 200 ◦ green 109 ◦ blue 200

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

Shades of Orchid #C86DC8

Tints of Orchid #C86DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.29%

R = 39.29%
G = 21.41%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C86DC8 (or 0xC86DC8) is known color: Orchid. HEX triplet: C8, 6D and C8. RGB value is (200,109,200). Sum of RGB (Red+Green+Blue) = 200+109+200=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 200 (78.52% from 255 or 39.29% from 509); Max value from RGB is 200 - color contains mainly: red, blue. Hex color #C86DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DC8 is #379237. Grayscale: #929292. Windows color (decimal): -3641912 or 13135304. OLE color: 13135304.

HSL color Cylindrical-coordinate representation of color #C86DC8: hue angle of 300º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C86DC8 is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 109 200 -
CMYK 0 0.46 0 0.22
HSL 300º 0.45% 0.61% -
HSV(B) 300º 0.46% 0.78% -
XYZ 39.71 27.39 57.84 -
YUV 146.58 158.15 166.1 -
System Red Green Blue C M Y K H S L
Decimal 200 109 200 0 0.46 0 0.22 300 0.45 0.61
Hex C8 6D C8 0 2E 0 16 12C 2D 3D
Octal 310 155 310 0 56 0 26 454 55 75
Binary 11001000 1101101 11001000 0 101110 0 10110 100101100 101101 111101

Color Harmonies of #C86DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86DC8

Black with #C86DC8

Text Example


Text Example

White with #C86DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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