Html Css Color HEX #C881D9 Orchid

📋 copy color: '#C881D9'

red 200 ◦ green 129 ◦ blue 217

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

Shades of Orchid #C881D9

Tints of Orchid #C881D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.74%

R = 36.63%
G = 23.63%
B = 39.74%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C881D9 (or 0xC881D9) is known color: Orchid. HEX triplet: C8, 81 and D9. RGB value is (200,129,217). Sum of RGB (Red+Green+Blue) = 200+129+217=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 217 (85.16% from 255 or 39.74% from 546); Max value from RGB is 217 - color contains mainly: blue. Hex color #C881D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881D9 is #377E26. Grayscale: #9F9F9F. Windows color (decimal): -3636775 or 14254536. OLE color: 14254536.

HSL color Cylindrical-coordinate representation of color #C881D9: hue angle of 288.41º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C881D9 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 129 217 -
CMYK 0.08 0.41 0 0.15
HSL 288.41º 0.54% 0.68% -
HSV(B) 288.41º 0.41% 0.85% -
XYZ 44.19 32.99 69.68 -
YUV 160.26 160.02 156.34 -
System Red Green Blue C M Y K H S L
Decimal 200 129 217 0.08 0.41 0 0.15 288.41 0.54 0.68
Hex C8 81 D9 8 29 0 F 120 36 44
Octal 310 201 331 10 51 0 17 440 66 104
Binary 11001000 10000001 11011001 1000 101001 0 1111 100100000 110110 1000100

Color Harmonies of #C881D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C881D9

Black with #C881D9

Text Example


Text Example

White with #C881D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C881D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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