Html Css Color HEX #C87BBE Orchid

📋 copy color: '#C87BBE'

red 200 ◦ green 123 ◦ blue 190

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

Shades of Orchid #C87BBE

Tints of Orchid #C87BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.04%

R = 38.99%
G = 23.98%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C87BBE (or 0xC87BBE) is known color: Orchid. HEX triplet: C8, 7B and BE. RGB value is (200,123,190). Sum of RGB (Red+Green+Blue) = 200+123+190=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C87BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87BBE is #378441. Grayscale: #999999. Windows color (decimal): -3638338 or 12483528. OLE color: 12483528.

HSL color Cylindrical-coordinate representation of color #C87BBE: hue angle of 307.79º 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 #C87BBE is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 123 190 -
CMYK 0 0.38 0.05 0.22
HSL 307.79º 0.41% 0.63% -
HSV(B) 307.79º 0.39% 0.78% -
XYZ 40.2 30.16 52.42 -
YUV 153.66 148.51 161.05 -
System Red Green Blue C M Y K H S L
Decimal 200 123 190 0 0.38 0.05 0.22 307.79 0.41 0.63
Hex C8 7B BE 0 26 5 16 134 29 3F
Octal 310 173 276 0 46 5 26 464 51 77
Binary 11001000 1111011 10111110 0 100110 101 10110 100110100 101001 111111

Color Harmonies of #C87BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87BBE

Black with #C87BBE

Text Example


Text Example

White with #C87BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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