Html Css Color HEX #C781CD Orchid

📋 copy color: '#C781CD'

red 199 ◦ green 129 ◦ blue 205

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

Shades of Orchid #C781CD

Tints of Orchid #C781CD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.2%

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

R = 37.34%
G = 24.2%
B = 38.46%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C781CD (or 0xC781CD) is known color: Orchid. HEX triplet: C7, 81 and CD. RGB value is (199,129,205). Sum of RGB (Red+Green+Blue) = 199+129+205=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 129 (50.78% from 255 or 24.20% 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 #C781CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C781CD is #387E32. Grayscale: #9E9E9E. Windows color (decimal): -3702323 or 13468103. OLE color: 13468103.

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

Color convert

RGB 199 129 205 -
CMYK 0.03 0.37 0 0.20
HSL 295.26º 0.43% 0.65% -
HSV(B) 295.26º 0.37% 0.8% -
XYZ 42.42 32.25 61.75 -
YUV 158.59 154.19 156.82 -
System Red Green Blue C M Y K H S L
Decimal 199 129 205 0.03 0.37 0 0.20 295.26 0.43 0.65
Hex C7 81 CD 3 25 0 14 127 2B 41
Octal 307 201 315 3 45 0 24 447 53 101
Binary 11000111 10000001 11001101 11 100101 0 10100 100100111 101011 1000001

Color Harmonies of #C781CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C781CD

Black with #C781CD

Text Example


Text Example

White with #C781CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C781CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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