Html Css Color HEX #C880D0 Orchid

📋 copy color: '#C880D0'

red 200 ◦ green 128 ◦ blue 208

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

Shades of Orchid #C880D0

Tints of Orchid #C880D0

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.88%

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

R = 37.31%
G = 23.88%
B = 38.81%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C880D0 (or 0xC880D0) is known color: Orchid. HEX triplet: C8, 80 and D0. RGB value is (200,128,208). Sum of RGB (Red+Green+Blue) = 200+128+208=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 208 - color contains mainly: blue. Hex color #C880D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C880D0 is #377F2F. Grayscale: #9E9E9E. Windows color (decimal): -3637040 or 13664456. OLE color: 13664456.

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

Color convert

RGB 200 128 208 -
CMYK 0.04 0.38 0 0.18
HSL 294º 0.46% 0.66% -
HSV(B) 294º 0.38% 0.82% -
XYZ 42.92 32.27 63.64 -
YUV 158.65 155.85 157.5 -
System Red Green Blue C M Y K H S L
Decimal 200 128 208 0.04 0.38 0 0.18 294 0.46 0.66
Hex C8 80 D0 4 26 0 12 126 2E 42
Octal 310 200 320 4 46 0 22 446 56 102
Binary 11001000 10000000 11010000 100 100110 0 10010 100100110 101110 1000010

Color Harmonies of #C880D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C880D0

Black with #C880D0

Text Example


Text Example

White with #C880D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C880D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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