Html Css Color HEX #C781BE Orchid

📋 copy color: '#C781BE'

red 199 ◦ green 129 ◦ blue 190

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

Shades of Orchid #C781BE

Tints of Orchid #C781BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.68%

R = 38.42%
G = 24.9%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C781BE (or 0xC781BE) is known color: Orchid. HEX triplet: C7, 81 and BE. RGB value is (199,129,190). Sum of RGB (Red+Green+Blue) = 199+129+190=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 199 - color contains mainly: red. Hex color #C781BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C781BE is #387E41. Grayscale: #9C9C9C. Windows color (decimal): -3702338 or 12485063. OLE color: 12485063.

HSL color Cylindrical-coordinate representation of color #C781BE: hue angle of 307.71º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C781BE is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 129 190 -
CMYK 0 0.35 0.05 0.22
HSL 307.71º 0.38% 0.64% -
HSV(B) 307.71º 0.35% 0.78% -
XYZ 40.7 31.56 52.66 -
YUV 156.88 146.69 158.04 -
System Red Green Blue C M Y K H S L
Decimal 199 129 190 0 0.35 0.05 0.22 307.71 0.38 0.64
Hex C7 81 BE 0 23 5 16 134 26 40
Octal 307 201 276 0 43 5 26 464 46 100
Binary 11000111 10000001 10111110 0 100011 101 10110 100110100 100110 1000000

Color Harmonies of #C781BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C781BE

Black with #C781BE

Text Example


Text Example

White with #C781BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C781BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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