Html Css Color HEX #C784CD Orchid

📋 copy color: '#C784CD'

red 199 ◦ green 132 ◦ blue 205

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

Shades of Orchid #C784CD

Tints of Orchid #C784CD

RGB

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

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

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

R = 37.13%
G = 24.63%
B = 38.25%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C784CD (or 0xC784CD) is known color: Orchid. HEX triplet: C7, 84 and CD. RGB value is (199,132,205). Sum of RGB (Red+Green+Blue) = 199+132+205=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #C784CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C784CD is #387B32. Grayscale: #A0A0A0. Windows color (decimal): -3701555 or 13468871. OLE color: 13468871.

HSL color Cylindrical-coordinate representation of color #C784CD: hue angle of 295.07º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C784CD is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 132 205 -
CMYK 0.03 0.36 0 0.20
HSL 295.07º 0.42% 0.66% -
HSV(B) 295.07º 0.36% 0.8% -
XYZ 42.82 33.05 61.88 -
YUV 160.36 153.2 155.56 -
System Red Green Blue C M Y K H S L
Decimal 199 132 205 0.03 0.36 0 0.20 295.07 0.42 0.66
Hex C7 84 CD 3 24 0 14 127 2A 42
Octal 307 204 315 3 44 0 24 447 52 102
Binary 11000111 10000100 11001101 11 100100 0 10100 100100111 101010 1000010

Color Harmonies of #C784CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C784CD

Black with #C784CD

Text Example


Text Example

White with #C784CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C784CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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