Html Css Color HEX #C87BCC Orchid

📋 copy color: '#C87BCC'

red 200 ◦ green 123 ◦ blue 204

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

Shades of Orchid #C87BCC

Tints of Orchid #C87BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.71%

R = 37.95%
G = 23.34%
B = 38.71%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C87BCC (or 0xC87BCC) is known color: Orchid. HEX triplet: C8, 7B and CC. RGB value is (200,123,204). Sum of RGB (Red+Green+Blue) = 200+123+204=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #C87BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87BCC is #378433. Grayscale: #9B9B9B. Windows color (decimal): -3638324 or 13401032. OLE color: 13401032.

HSL color Cylindrical-coordinate representation of color #C87BCC: hue angle of 297.04º 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 #C87BCC is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 123 204 -
CMYK 0.02 0.40 0 0.2
HSL 297.04º 0.44% 0.64% -
HSV(B) 297.04º 0.4% 0.8% -
XYZ 41.8 30.8 60.87 -
YUV 155.26 155.51 159.91 -
System Red Green Blue C M Y K H S L
Decimal 200 123 204 0.02 0.40 0 0.2 297.04 0.44 0.64
Hex C8 7B CC 2 28 0 14 129 2C 40
Octal 310 173 314 2 50 0 24 451 54 100
Binary 11001000 1111011 11001100 10 101000 0 10100 100101001 101100 1000000

Color Harmonies of #C87BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87BCC

Black with #C87BCC

Text Example


Text Example

White with #C87BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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