Html Css Color HEX #C773DC Orchid

📋 copy color: '#C773DC'

red 199 ◦ green 115 ◦ blue 220

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

Shades of Orchid #C773DC

Tints of Orchid #C773DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.2%

R = 37.27%
G = 21.54%
B = 41.2%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C773DC (or 0xC773DC) is known color: Orchid. HEX triplet: C7, 73 and DC. RGB value is (199,115,220). Sum of RGB (Red+Green+Blue) = 199+115+220=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #C773DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C773DC is #388C23. Grayscale: #979797. Windows color (decimal): -3705892 or 14447559. OLE color: 14447559.

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

Color convert

RGB 199 115 220 -
CMYK 0.10 0.48 0 0.14
HSL 288º 0.6% 0.66% -
HSV(B) 288º 0.48% 0.86% -
XYZ 42.6 29.57 71.17 -
YUV 152.09 166.33 161.46 -
System Red Green Blue C M Y K H S L
Decimal 199 115 220 0.10 0.48 0 0.14 288 0.6 0.66
Hex C7 73 DC A 30 0 E 120 3C 42
Octal 307 163 334 12 60 0 16 440 74 102
Binary 11000111 1110011 11011100 1010 110000 0 1110 100100000 111100 1000010

Color Harmonies of #C773DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C773DC

Black with #C773DC

Text Example


Text Example

White with #C773DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C773DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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