Html Css Color HEX #C86AC8 Orchid

📋 copy color: '#C86AC8'

red 200 ◦ green 106 ◦ blue 200

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

Shades of Orchid #C86AC8

Tints of Orchid #C86AC8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.95%

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

R = 39.53%
G = 20.95%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C86AC8 (or 0xC86AC8) is known color: Orchid. HEX triplet: C8, 6A and C8. RGB value is (200,106,200). Sum of RGB (Red+Green+Blue) = 200+106+200=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 200 - color contains mainly: red, blue. Hex color #C86AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86AC8 is #379537. Grayscale: #909090. Windows color (decimal): -3642680 or 13134536. OLE color: 13134536.

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

Color convert

RGB 200 106 200 -
CMYK 0 0.47 0 0.22
HSL 300º 0.46% 0.6% -
HSV(B) 300º 0.47% 0.78% -
XYZ 39.4 26.76 57.73 -
YUV 144.82 159.14 167.36 -
System Red Green Blue C M Y K H S L
Decimal 200 106 200 0 0.47 0 0.22 300 0.46 0.6
Hex C8 6A C8 0 2F 0 16 12C 2E 3C
Octal 310 152 310 0 57 0 26 454 56 74
Binary 11001000 1101010 11001000 0 101111 0 10110 100101100 101110 111100

Color Harmonies of #C86AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86AC8

Black with #C86AC8

Text Example


Text Example

White with #C86AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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