Html Css Color HEX #C881C7 Orchid

📋 copy color: '#C881C7'

red 200 ◦ green 129 ◦ blue 199

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

Shades of Orchid #C881C7

Tints of Orchid #C881C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.69%

R = 37.88%
G = 24.43%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.00

 K value IS 0.22

RGB Variations

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

Color information

#C881C7 (or 0xC881C7) is known color: Orchid. HEX triplet: C8, 81 and C7. RGB value is (200,129,199). Sum of RGB (Red+Green+Blue) = 200+129+199=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 129 (50.78% from 255 or 24.43% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 200 - color contains mainly: red. Hex color #C881C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881C7 is #377E38. Grayscale: #9E9E9E. Windows color (decimal): -3636793 or 13074888. OLE color: 13074888.

HSL color Cylindrical-coordinate representation of color #C881C7: hue angle of 300.85º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C881C7 is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 129 199 -
CMYK 0 0.36 0.00 0.22
HSL 300.85º 0.39% 0.65% -
HSV(B) 300.85º 0.36% 0.78% -
XYZ 41.98 32.1 58.02 -
YUV 158.21 151.02 157.81 -
System Red Green Blue C M Y K H S L
Decimal 200 129 199 0 0.36 0.00 0.22 300.85 0.39 0.65
Hex C8 81 C7 0 24 0 16 12D 27 41
Octal 310 201 307 0 44 0 26 455 47 101
Binary 11001000 10000001 11000111 0 100100 0 10110 100101101 100111 1000001

Color Harmonies of #C881C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C881C7

Black with #C881C7

Text Example


Text Example

White with #C881C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C881C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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