Html Css Color HEX #C773BB Orchid

📋 copy color: '#C773BB'

red 199 ◦ green 115 ◦ blue 187

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

Shades of Orchid #C773BB

Tints of Orchid #C773BB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.95%

 BLUE value IS 187 (73.44% from 255) = 37.33%

R = 39.72%
G = 22.95%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C773BB (or 0xC773BB) is known color: Orchid. HEX triplet: C7, 73 and BB. RGB value is (199,115,187). Sum of RGB (Red+Green+Blue) = 199+115+187=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 199 - color contains mainly: red. Hex color #C773BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C773BB is #388C44. Grayscale: #949494. Windows color (decimal): -3705925 or 12284871. OLE color: 12284871.

HSL color Cylindrical-coordinate representation of color #C773BB: hue angle of 308.57º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C773BB is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 115 187 -
CMYK 0 0.42 0.06 0.22
HSL 308.57º 0.43% 0.62% -
HSV(B) 308.57º 0.42% 0.78% -
XYZ 38.65 27.99 50.38 -
YUV 148.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 199 115 187 0 0.42 0.06 0.22 308.57 0.43 0.62
Hex C7 73 BB 0 2A 6 16 135 2B 3E
Octal 307 163 273 0 52 6 26 465 53 76
Binary 11000111 1110011 10111011 0 101010 110 10110 100110101 101011 111110

Color Harmonies of #C773BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C773BB

Black with #C773BB

Text Example


Text Example

White with #C773BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C773BB; }

 p { color: rgb(199,115,187); }

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

background-color css

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

 a { background-color: rgb(199,115,187); }

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

border-color css

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

 span { border-color: rgb(199,115,187); }

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