Html Css Color HEX #C773BF Orchid

📋 copy color: '#C773BF'

red 199 ◦ green 115 ◦ blue 191

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

Shades of Orchid #C773BF

Tints of Orchid #C773BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.82%

R = 39.41%
G = 22.77%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C773BF (or 0xC773BF) is known color: Orchid. HEX triplet: C7, 73 and BF. RGB value is (199,115,191). Sum of RGB (Red+Green+Blue) = 199+115+191=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 199 - color contains mainly: red. Hex color #C773BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C773BF is #388C40. Grayscale: #949494. Windows color (decimal): -3705921 or 12547015. OLE color: 12547015.

HSL color Cylindrical-coordinate representation of color #C773BF: hue angle of 305.71º 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 #C773BF is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 115 191 -
CMYK 0 0.42 0.04 0.22
HSL 305.71º 0.43% 0.62% -
HSV(B) 305.71º 0.42% 0.78% -
XYZ 39.09 28.17 52.67 -
YUV 148.78 151.83 163.82 -
System Red Green Blue C M Y K H S L
Decimal 199 115 191 0 0.42 0.04 0.22 305.71 0.43 0.62
Hex C7 73 BF 0 2A 4 16 132 2B 3E
Octal 307 163 277 0 52 4 26 462 53 76
Binary 11000111 1110011 10111111 0 101010 100 10110 100110010 101011 111110

Color Harmonies of #C773BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C773BF

Black with #C773BF

Text Example


Text Example

White with #C773BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C773BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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