Html Css Color HEX #C87ACB Orchid

📋 copy color: '#C87ACB'

red 200 ◦ green 122 ◦ blue 203

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

Shades of Orchid #C87ACB

Tints of Orchid #C87ACB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.24%

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

R = 38.1%
G = 23.24%
B = 38.67%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C87ACB (or 0xC87ACB) is known color: Orchid. HEX triplet: C8, 7A and CB. RGB value is (200,122,203). Sum of RGB (Red+Green+Blue) = 200+122+203=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #C87ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87ACB is #378534. Grayscale: #9A9A9A. Windows color (decimal): -3638581 or 13335240. OLE color: 13335240.

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

Color convert

RGB 200 122 203 -
CMYK 0.01 0.40 0 0.20
HSL 297.78º 0.44% 0.64% -
HSV(B) 297.78º 0.4% 0.8% -
XYZ 41.56 30.51 60.2 -
YUV 154.56 155.34 160.41 -
System Red Green Blue C M Y K H S L
Decimal 200 122 203 0.01 0.40 0 0.20 297.78 0.44 0.64
Hex C8 7A CB 1 28 0 14 12A 2C 40
Octal 310 172 313 1 50 0 24 452 54 100
Binary 11001000 1111010 11001011 1 101000 0 10100 100101010 101100 1000000

Color Harmonies of #C87ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87ACB

Black with #C87ACB

Text Example


Text Example

White with #C87ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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