Html Css Color HEX #C881DA Orchid

📋 copy color: '#C881DA'

red 200 ◦ green 129 ◦ blue 218

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

Shades of Orchid #C881DA

Tints of Orchid #C881DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.85%

R = 36.56%
G = 23.58%
B = 39.85%

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

#C881DA (or 0xC881DA) is known color: Orchid. HEX triplet: C8, 81 and DA. RGB value is (200,129,218). Sum of RGB (Red+Green+Blue) = 200+129+218=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #C881DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881DA is #377E25. Grayscale: #A0A0A0. Windows color (decimal): -3636774 or 14320072. OLE color: 14320072.

HSL color Cylindrical-coordinate representation of color #C881DA: hue angle of 287.87º degrees, saturation: 0.55, 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 #C881DA is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 129 218 -
CMYK 0.08 0.41 0 0.15
HSL 287.87º 0.55% 0.68% -
HSV(B) 287.87º 0.41% 0.85% -
XYZ 44.32 33.04 70.37 -
YUV 160.38 160.52 156.26 -
System Red Green Blue C M Y K H S L
Decimal 200 129 218 0.08 0.41 0 0.15 287.87 0.55 0.68
Hex C8 81 DA 8 29 0 F 120 37 44
Octal 310 201 332 10 51 0 17 440 67 104
Binary 11001000 10000001 11011010 1000 101001 0 1111 100100000 110111 1000100

Color Harmonies of #C881DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C881DA

Black with #C881DA

Text Example


Text Example

White with #C881DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C881DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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