Html Css Color HEX #C884D0 Orchid

📋 copy color: '#C884D0'

red 200 ◦ green 132 ◦ blue 208

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

Shades of Orchid #C884D0

Tints of Orchid #C884D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.52%

R = 37.04%
G = 24.44%
B = 38.52%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C884D0 (or 0xC884D0) is known color: Orchid. HEX triplet: C8, 84 and D0. RGB value is (200,132,208). Sum of RGB (Red+Green+Blue) = 200+132+208=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 132 (51.95% from 255 or 24.44% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 208 - color contains mainly: blue. Hex color #C884D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C884D0 is #377B2F. Grayscale: #A0A0A0. Windows color (decimal): -3636016 or 13665480. OLE color: 13665480.

HSL color Cylindrical-coordinate representation of color #C884D0: hue angle of 293.68º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C884D0 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 132 208 -
CMYK 0.04 0.37 0 0.18
HSL 293.68º 0.45% 0.67% -
HSV(B) 293.68º 0.37% 0.82% -
XYZ 43.46 33.34 63.82 -
YUV 161 154.53 155.82 -
System Red Green Blue C M Y K H S L
Decimal 200 132 208 0.04 0.37 0 0.18 293.68 0.45 0.67
Hex C8 84 D0 4 25 0 12 126 2D 43
Octal 310 204 320 4 45 0 22 446 55 103
Binary 11001000 10000100 11010000 100 100101 0 10010 100100110 101101 1000011

Color Harmonies of #C884D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C884D0

Black with #C884D0

Text Example


Text Example

White with #C884D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C884D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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