Html Css Color HEX #C86ACB Orchid

📋 copy color: '#C86ACB'

red 200 ◦ green 106 ◦ blue 203

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

Shades of Orchid #C86ACB

Tints of Orchid #C86ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.88%

R = 39.29%
G = 20.83%
B = 39.88%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C86ACB (or 0xC86ACB) is known color: Orchid. HEX triplet: C8, 6A and CB. RGB value is (200,106,203). Sum of RGB (Red+Green+Blue) = 200+106+203=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #C86ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86ACB is #379534. Grayscale: #909090. Windows color (decimal): -3642677 or 13331144. OLE color: 13331144.

HSL color Cylindrical-coordinate representation of color #C86ACB: hue angle of 298.14º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C86ACB is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 106 203 -
CMYK 0.01 0.48 0 0.20
HSL 298.14º 0.48% 0.61% -
HSV(B) 298.14º 0.48% 0.8% -
XYZ 39.75 26.9 59.6 -
YUV 145.16 160.64 167.11 -
System Red Green Blue C M Y K H S L
Decimal 200 106 203 0.01 0.48 0 0.20 298.14 0.48 0.61
Hex C8 6A CB 1 30 0 14 12A 30 3D
Octal 310 152 313 1 60 0 24 452 60 75
Binary 11001000 1101010 11001011 1 110000 0 10100 100101010 110000 111101

Color Harmonies of #C86ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86ACB

Black with #C86ACB

Text Example


Text Example

White with #C86ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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