Html Css Color HEX #C773C9 Orchid

📋 copy color: '#C773C9'

red 199 ◦ green 115 ◦ blue 201

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

Shades of Orchid #C773C9

Tints of Orchid #C773C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.03%

R = 38.64%
G = 22.33%
B = 39.03%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C773C9 (or 0xC773C9) is known color: Orchid. HEX triplet: C7, 73 and C9. RGB value is (199,115,201). Sum of RGB (Red+Green+Blue) = 199+115+201=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 115 (45.31% from 255 or 22.33% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 201 - color contains mainly: blue. Hex color #C773C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C773C9 is #388C36. Grayscale: #959595. Windows color (decimal): -3705911 or 13202375. OLE color: 13202375.

HSL color Cylindrical-coordinate representation of color #C773C9: hue angle of 298.6º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C773C9 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 199 115 201 -
CMYK 0.01 0.43 0 0.21
HSL 298.6º 0.44% 0.62% -
HSV(B) 298.6º 0.43% 0.79% -
XYZ 40.23 28.62 58.66 -
YUV 149.92 156.83 163.01 -
System Red Green Blue C M Y K H S L
Decimal 199 115 201 0.01 0.43 0 0.21 298.6 0.44 0.62
Hex C7 73 C9 1 2B 0 15 12B 2C 3E
Octal 307 163 311 1 53 0 25 453 54 76
Binary 11000111 1110011 11001001 1 101011 0 10101 100101011 101100 111110

Color Harmonies of #C773C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C773C9

Black with #C773C9

Text Example


Text Example

White with #C773C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C773C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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