Html Css Color HEX #C881CB Orchid

📋 copy color: '#C881CB'

red 200 ◦ green 129 ◦ blue 203

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

Shades of Orchid #C881CB

Tints of Orchid #C881CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.16%

R = 37.59%
G = 24.25%
B = 38.16%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C881CB (or 0xC881CB) is known color: Orchid. HEX triplet: C8, 81 and CB. RGB value is (200,129,203). Sum of RGB (Red+Green+Blue) = 200+129+203=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #C881CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881CB is #377E34. Grayscale: #9E9E9E. Windows color (decimal): -3636789 or 13337032. OLE color: 13337032.

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

Color convert

RGB 200 129 203 -
CMYK 0.01 0.36 0 0.20
HSL 297.57º 0.42% 0.65% -
HSV(B) 297.57º 0.36% 0.8% -
XYZ 42.45 32.29 60.5 -
YUV 158.67 153.02 157.48 -
System Red Green Blue C M Y K H S L
Decimal 200 129 203 0.01 0.36 0 0.20 297.57 0.42 0.65
Hex C8 81 CB 1 24 0 14 12A 2A 41
Octal 310 201 313 1 44 0 24 452 52 101
Binary 11001000 10000001 11001011 1 100100 0 10100 100101010 101010 1000001

Color Harmonies of #C881CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C881CB

Black with #C881CB

Text Example


Text Example

White with #C881CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C881CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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