Html Css Color HEX #C773D5 Orchid

📋 copy color: '#C773D5'

red 199 ◦ green 115 ◦ blue 213

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

Shades of Orchid #C773D5

Tints of Orchid #C773D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.42%

R = 37.76%
G = 21.82%
B = 40.42%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C773D5 (or 0xC773D5) is known color: Orchid. HEX triplet: C7, 73 and D5. RGB value is (199,115,213). Sum of RGB (Red+Green+Blue) = 199+115+213=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 213 - color contains mainly: blue. Hex color #C773D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C773D5 is #388C2A. Grayscale: #969696. Windows color (decimal): -3705899 or 13988807. OLE color: 13988807.

HSL color Cylindrical-coordinate representation of color #C773D5: hue angle of 291.43º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C773D5 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 115 213 -
CMYK 0.07 0.46 0 0.16
HSL 291.43º 0.54% 0.64% -
HSV(B) 291.43º 0.46% 0.84% -
XYZ 41.69 29.21 66.39 -
YUV 151.29 162.83 162.03 -
System Red Green Blue C M Y K H S L
Decimal 199 115 213 0.07 0.46 0 0.16 291.43 0.54 0.64
Hex C7 73 D5 7 2E 0 10 123 36 40
Octal 307 163 325 7 56 0 20 443 66 100
Binary 11000111 1110011 11010101 111 101110 0 10000 100100011 110110 1000000

Color Harmonies of #C773D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C773D5

Black with #C773D5

Text Example


Text Example

White with #C773D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C773D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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