Html Css Color HEX #C87ECB Orchid

📋 copy color: '#C87ECB'

red 200 ◦ green 126 ◦ blue 203

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

Shades of Orchid #C87ECB

Tints of Orchid #C87ECB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.82%

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

R = 37.81%
G = 23.82%
B = 38.37%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C87ECB (or 0xC87ECB) is known color: Orchid. HEX triplet: C8, 7E and CB. RGB value is (200,126,203). Sum of RGB (Red+Green+Blue) = 200+126+203=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #C87ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87ECB is #378134. Grayscale: #9C9C9C. Windows color (decimal): -3637557 or 13336264. OLE color: 13336264.

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

Color convert

RGB 200 126 203 -
CMYK 0.01 0.38 0 0.20
HSL 297.66º 0.43% 0.65% -
HSV(B) 297.66º 0.38% 0.8% -
XYZ 42.06 31.51 60.37 -
YUV 156.9 154.02 158.74 -
System Red Green Blue C M Y K H S L
Decimal 200 126 203 0.01 0.38 0 0.20 297.66 0.43 0.65
Hex C8 7E CB 1 26 0 14 12A 2B 41
Octal 310 176 313 1 46 0 24 452 53 101
Binary 11001000 1111110 11001011 1 100110 0 10100 100101010 101011 1000001

Color Harmonies of #C87ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87ECB

Black with #C87ECB

Text Example


Text Example

White with #C87ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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