Html Css Color HEX #C884CB Orchid

📋 copy color: '#C884CB'

red 200 ◦ green 132 ◦ blue 203

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

Shades of Orchid #C884CB

Tints of Orchid #C884CB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.67%

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

R = 37.38%
G = 24.67%
B = 37.94%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C884CB (or 0xC884CB) is known color: Orchid. HEX triplet: C8, 84 and CB. RGB value is (200,132,203). Sum of RGB (Red+Green+Blue) = 200+132+203=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #C884CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C884CB is #377B34. Grayscale: #A0A0A0. Windows color (decimal): -3636021 or 13337800. OLE color: 13337800.

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

Color convert

RGB 200 132 203 -
CMYK 0.01 0.35 0 0.20
HSL 297.46º 0.41% 0.66% -
HSV(B) 297.46º 0.35% 0.8% -
XYZ 42.85 33.09 60.63 -
YUV 160.43 152.03 156.23 -
System Red Green Blue C M Y K H S L
Decimal 200 132 203 0.01 0.35 0 0.20 297.46 0.41 0.66
Hex C8 84 CB 1 23 0 14 129 29 42
Octal 310 204 313 1 43 0 24 451 51 102
Binary 11001000 10000100 11001011 1 100011 0 10100 100101001 101001 1000010

Color Harmonies of #C884CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C884CB

Black with #C884CB

Text Example


Text Example

White with #C884CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C884CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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