Html Css Color HEX #C884D3 Orchid

📋 copy color: '#C884D3'

red 200 ◦ green 132 ◦ blue 211

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

Shades of Orchid #C884D3

Tints of Orchid #C884D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.86%

R = 36.83%
G = 24.31%
B = 38.86%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C884D3 (or 0xC884D3) is known color: Orchid. HEX triplet: C8, 84 and D3. RGB value is (200,132,211). Sum of RGB (Red+Green+Blue) = 200+132+211=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 132 (51.95% from 255 or 24.31% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 211 - color contains mainly: blue. Hex color #C884D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C884D3 is #377B2C. Grayscale: #A1A1A1. Windows color (decimal): -3636013 or 13862088. OLE color: 13862088.

HSL color Cylindrical-coordinate representation of color #C884D3: hue angle of 291.65º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C884D3 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 200 132 211 -
CMYK 0.05 0.37 0 0.17
HSL 291.65º 0.47% 0.67% -
HSV(B) 291.65º 0.37% 0.83% -
XYZ 43.83 33.49 65.78 -
YUV 161.34 156.03 155.58 -
System Red Green Blue C M Y K H S L
Decimal 200 132 211 0.05 0.37 0 0.17 291.65 0.47 0.67
Hex C8 84 D3 5 25 0 11 124 2F 43
Octal 310 204 323 5 45 0 21 444 57 103
Binary 11001000 10000100 11010011 101 100101 0 10001 100100100 101111 1000011

Color Harmonies of #C884D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C884D3

Black with #C884D3

Text Example


Text Example

White with #C884D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C884D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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