Html Css Color HEX #C880CD Orchid

📋 copy color: '#C880CD'

red 200 ◦ green 128 ◦ blue 205

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

Shades of Orchid #C880CD

Tints of Orchid #C880CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.46%

R = 37.52%
G = 24.02%
B = 38.46%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C880CD (or 0xC880CD) is known color: Orchid. HEX triplet: C8, 80 and CD. RGB value is (200,128,205). Sum of RGB (Red+Green+Blue) = 200+128+205=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #C880CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C880CD is #377F32. Grayscale: #9E9E9E. Windows color (decimal): -3637043 or 13467848. OLE color: 13467848.

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

Color convert

RGB 200 128 205 -
CMYK 0.02 0.38 0 0.20
HSL 296.1º 0.44% 0.65% -
HSV(B) 296.1º 0.38% 0.8% -
XYZ 42.56 32.13 61.72 -
YUV 158.31 154.35 157.74 -
System Red Green Blue C M Y K H S L
Decimal 200 128 205 0.02 0.38 0 0.20 296.1 0.44 0.65
Hex C8 80 CD 2 26 0 14 128 2C 41
Octal 310 200 315 2 46 0 24 450 54 101
Binary 11001000 10000000 11001101 10 100110 0 10100 100101000 101100 1000001

Color Harmonies of #C880CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C880CD

Black with #C880CD

Text Example


Text Example

White with #C880CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C880CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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