Html Css Color HEX #C782D1 Orchid

📋 copy color: '#C782D1'

red 199 ◦ green 130 ◦ blue 209

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

Shades of Orchid #C782D1

Tints of Orchid #C782D1

RGB

 RED value IS 199 (78.13% from 255) = 36.99%

 GREEN value IS 130 (51.17% from 255) = 24.16%

 BLUE value IS 209 (82.03% from 255) = 38.85%

R = 36.99%
G = 24.16%
B = 38.85%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C782D1 (or 0xC782D1) is known color: Orchid. HEX triplet: C7, 82 and D1. RGB value is (199,130,209). Sum of RGB (Red+Green+Blue) = 199+130+209=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 209 - color contains mainly: blue. Hex color #C782D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C782D1 is #387D2E. Grayscale: #9F9F9F. Windows color (decimal): -3702063 or 13730503. OLE color: 13730503.

HSL color Cylindrical-coordinate representation of color #C782D1: hue angle of 292.41º 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 #C782D1 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 130 209 -
CMYK 0.05 0.38 0 0.18
HSL 292.41º 0.46% 0.66% -
HSV(B) 292.41º 0.38% 0.82% -
XYZ 43.04 32.71 64.37 -
YUV 159.64 155.86 156.08 -
System Red Green Blue C M Y K H S L
Decimal 199 130 209 0.05 0.38 0 0.18 292.41 0.46 0.66
Hex C7 82 D1 5 26 0 12 124 2E 42
Octal 307 202 321 5 46 0 22 444 56 102
Binary 11000111 10000010 11010001 101 100110 0 10010 100100100 101110 1000010

Color Harmonies of #C782D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C782D1

Black with #C782D1

Text Example


Text Example

White with #C782D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C782D1; }

 p { color: rgb(199,130,209); }

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

background-color css

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

 a { background-color: rgb(199,130,209); }

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

border-color css

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

 span { border-color: rgb(199,130,209); }

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