Html Css Color HEX #C87BBA Orchid

📋 copy color: '#C87BBA'

red 200 ◦ green 123 ◦ blue 186

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

Shades of Orchid #C87BBA

Tints of Orchid #C87BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.17%

 BLUE value IS 186 (73.05% from 255) = 36.54%

R = 39.29%
G = 24.17%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C87BBA (or 0xC87BBA) is known color: Orchid. HEX triplet: C8, 7B and BA. RGB value is (200,123,186). Sum of RGB (Red+Green+Blue) = 200+123+186=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C87BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87BBA is #378445. Grayscale: #999999. Windows color (decimal): -3638342 or 12221384. OLE color: 12221384.

HSL color Cylindrical-coordinate representation of color #C87BBA: hue angle of 310.91º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87BBA is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 123 186 -
CMYK 0 0.38 0.07 0.22
HSL 310.91º 0.41% 0.63% -
HSV(B) 310.91º 0.39% 0.78% -
XYZ 39.77 29.99 50.15 -
YUV 153.21 146.51 161.38 -
System Red Green Blue C M Y K H S L
Decimal 200 123 186 0 0.38 0.07 0.22 310.91 0.41 0.63
Hex C8 7B BA 0 26 7 16 137 29 3F
Octal 310 173 272 0 46 7 26 467 51 77
Binary 11001000 1111011 10111010 0 100110 111 10110 100110111 101001 111111

Color Harmonies of #C87BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87BBA

Black with #C87BBA

Text Example


Text Example

White with #C87BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87BBA; }

 p { color: rgb(200,123,186); }

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

background-color css

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

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

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

border-color css

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

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

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