Html Css Color HEX #C881D8 Orchid

📋 copy color: '#C881D8'

red 200 ◦ green 129 ◦ blue 216

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

Shades of Orchid #C881D8

Tints of Orchid #C881D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.63%

R = 36.7%
G = 23.67%
B = 39.63%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C881D8 (or 0xC881D8) is known color: Orchid. HEX triplet: C8, 81 and D8. RGB value is (200,129,216). Sum of RGB (Red+Green+Blue) = 200+129+216=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 216 - color contains mainly: blue. Hex color #C881D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881D8 is #377E27. Grayscale: #9F9F9F. Windows color (decimal): -3636776 or 14189000. OLE color: 14189000.

HSL color Cylindrical-coordinate representation of color #C881D8: hue angle of 288.97º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C881D8 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 129 216 -
CMYK 0.07 0.40 0 0.15
HSL 288.97º 0.53% 0.68% -
HSV(B) 288.97º 0.4% 0.85% -
XYZ 44.06 32.94 69 -
YUV 160.15 159.52 156.43 -
System Red Green Blue C M Y K H S L
Decimal 200 129 216 0.07 0.40 0 0.15 288.97 0.53 0.68
Hex C8 81 D8 7 28 0 F 121 35 44
Octal 310 201 330 7 50 0 17 441 65 104
Binary 11001000 10000001 11011000 111 101000 0 1111 100100001 110101 1000100

Color Harmonies of #C881D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C881D8

Black with #C881D8

Text Example


Text Example

White with #C881D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C881D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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