Html Css Color HEX #C881CD Orchid

📋 copy color: '#C881CD'

red 200 ◦ green 129 ◦ blue 205

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

Shades of Orchid #C881CD

Tints of Orchid #C881CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.39%

R = 37.45%
G = 24.16%
B = 38.39%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C881CD (or 0xC881CD) is known color: Orchid. HEX triplet: C8, 81 and CD. RGB value is (200,129,205). Sum of RGB (Red+Green+Blue) = 200+129+205=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #C881CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881CD is #377E32. Grayscale: #9E9E9E. Windows color (decimal): -3636787 or 13468104. OLE color: 13468104.

HSL color Cylindrical-coordinate representation of color #C881CD: hue angle of 296.05º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C881CD is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 129 205 -
CMYK 0.02 0.37 0 0.20
HSL 296.05º 0.43% 0.65% -
HSV(B) 296.05º 0.37% 0.8% -
XYZ 42.69 32.39 61.76 -
YUV 158.89 154.02 157.32 -
System Red Green Blue C M Y K H S L
Decimal 200 129 205 0.02 0.37 0 0.20 296.05 0.43 0.65
Hex C8 81 CD 2 25 0 14 128 2B 41
Octal 310 201 315 2 45 0 24 450 53 101
Binary 11001000 10000001 11001101 10 100101 0 10100 100101000 101011 1000001

Color Harmonies of #C881CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C881CD

Black with #C881CD

Text Example


Text Example

White with #C881CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C881CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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