Html Css Color HEX #C881BD Orchid

📋 copy color: '#C881BD'

red 200 ◦ green 129 ◦ blue 189

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

Shades of Orchid #C881BD

Tints of Orchid #C881BD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.9%

 BLUE value IS 189 (74.22% from 255) = 36.49%

R = 38.61%
G = 24.9%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C881BD (or 0xC881BD) is known color: Orchid. HEX triplet: C8, 81 and BD. RGB value is (200,129,189). Sum of RGB (Red+Green+Blue) = 200+129+189=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C881BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881BD is #377E42. Grayscale: #9C9C9C. Windows color (decimal): -3636803 or 12419528. OLE color: 12419528.

HSL color Cylindrical-coordinate representation of color #C881BD: hue angle of 309.3º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C881BD is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 129 189 -
CMYK 0 0.36 0.06 0.22
HSL 309.3º 0.39% 0.65% -
HSV(B) 309.3º 0.36% 0.78% -
XYZ 40.85 31.65 52.1 -
YUV 157.07 146.02 158.62 -
System Red Green Blue C M Y K H S L
Decimal 200 129 189 0 0.36 0.06 0.22 309.3 0.39 0.65
Hex C8 81 BD 0 24 6 16 135 27 41
Octal 310 201 275 0 44 6 26 465 47 101
Binary 11001000 10000001 10111101 0 100100 110 10110 100110101 100111 1000001

Color Harmonies of #C881BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C881BD

Black with #C881BD

Text Example


Text Example

White with #C881BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C881BD; }

 p { color: rgb(200,129,189); }

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

background-color css

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

 a { background-color: rgb(200,129,189); }

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

border-color css

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

 span { border-color: rgb(200,129,189); }

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