Html Css Color HEX #C881D1 Orchid

📋 copy color: '#C881D1'

red 200 ◦ green 129 ◦ blue 209

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

Shades of Orchid #C881D1

Tints of Orchid #C881D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.85%

R = 37.17%
G = 23.98%
B = 38.85%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C881D1 (or 0xC881D1) is known color: Orchid. HEX triplet: C8, 81 and D1. RGB value is (200,129,209). Sum of RGB (Red+Green+Blue) = 200+129+209=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 209 - color contains mainly: blue. Hex color #C881D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881D1 is #377E2E. Grayscale: #9F9F9F. Windows color (decimal): -3636783 or 13730248. OLE color: 13730248.

HSL color Cylindrical-coordinate representation of color #C881D1: hue angle of 293.25º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C881D1 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 129 209 -
CMYK 0.04 0.38 0 0.18
HSL 293.25º 0.47% 0.66% -
HSV(B) 293.25º 0.38% 0.82% -
XYZ 43.18 32.58 64.34 -
YUV 159.35 156.02 157 -
System Red Green Blue C M Y K H S L
Decimal 200 129 209 0.04 0.38 0 0.18 293.25 0.47 0.66
Hex C8 81 D1 4 26 0 12 125 2F 42
Octal 310 201 321 4 46 0 22 445 57 102
Binary 11001000 10000001 11010001 100 100110 0 10010 100100101 101111 1000010

Color Harmonies of #C881D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C881D1

Black with #C881D1

Text Example


Text Example

White with #C881D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C881D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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