Html Css Color HEX #C784D1 Orchid

📋 copy color: '#C784D1'

red 199 ◦ green 132 ◦ blue 209

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

Shades of Orchid #C784D1

Tints of Orchid #C784D1

RGB

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

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

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

R = 36.85%
G = 24.44%
B = 38.7%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C784D1 (or 0xC784D1) is known color: Orchid. HEX triplet: C7, 84 and D1. RGB value is (199,132,209). Sum of RGB (Red+Green+Blue) = 199+132+209=540 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.85% from 540); Green value is 132 (51.95% from 255 or 24.44% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 209 - color contains mainly: blue. Hex color #C784D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C784D1 is #387B2E. Grayscale: #A0A0A0. Windows color (decimal): -3701551 or 13731015. OLE color: 13731015.

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

Color convert

RGB 199 132 209 -
CMYK 0.05 0.37 0 0.18
HSL 292.21º 0.46% 0.67% -
HSV(B) 292.21º 0.37% 0.82% -
XYZ 43.31 33.25 64.46 -
YUV 160.81 155.2 155.24 -
System Red Green Blue C M Y K H S L
Decimal 199 132 209 0.05 0.37 0 0.18 292.21 0.46 0.67
Hex C7 84 D1 5 25 0 12 124 2E 43
Octal 307 204 321 5 45 0 22 444 56 103
Binary 11000111 10000100 11010001 101 100101 0 10010 100100100 101110 1000011

Color Harmonies of #C784D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C784D1

Black with #C784D1

Text Example


Text Example

White with #C784D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C784D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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