Html Css Color HEX #C773DD Orchid

📋 copy color: '#C773DD'

red 199 ◦ green 115 ◦ blue 221

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

Shades of Orchid #C773DD

Tints of Orchid #C773DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.31%

R = 37.2%
G = 21.5%
B = 41.31%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C773DD (or 0xC773DD) is known color: Orchid. HEX triplet: C7, 73 and DD. RGB value is (199,115,221). Sum of RGB (Red+Green+Blue) = 199+115+221=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 115 (45.31% from 255 or 21.50% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #C773DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C773DD is #388C22. Grayscale: #979797. Windows color (decimal): -3705891 or 14513095. OLE color: 14513095.

HSL color Cylindrical-coordinate representation of color #C773DD: hue angle of 287.55º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C773DD is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 115 221 -
CMYK 0.10 0.48 0 0.13
HSL 287.55º 0.61% 0.66% -
HSV(B) 287.55º 0.48% 0.87% -
XYZ 42.74 29.62 71.87 -
YUV 152.2 166.83 161.38 -
System Red Green Blue C M Y K H S L
Decimal 199 115 221 0.10 0.48 0 0.13 287.55 0.61 0.66
Hex C7 73 DD A 30 0 D 120 3D 42
Octal 307 163 335 12 60 0 15 440 75 102
Binary 11000111 1110011 11011101 1010 110000 0 1101 100100000 111101 1000010

Color Harmonies of #C773DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C773DD

Black with #C773DD

Text Example


Text Example

White with #C773DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C773DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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