Html Css Color HEX #C773DE Orchid

📋 copy color: '#C773DE'

red 199 ◦ green 115 ◦ blue 222

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

Shades of Orchid #C773DE

Tints of Orchid #C773DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.42%

R = 37.13%
G = 21.46%
B = 41.42%

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

#C773DE (or 0xC773DE) is known color: Orchid. HEX triplet: C7, 73 and DE. RGB value is (199,115,222). Sum of RGB (Red+Green+Blue) = 199+115+222=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #C773DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C773DE is #388C21. Grayscale: #979797. Windows color (decimal): -3705890 or 14578631. OLE color: 14578631.

HSL color Cylindrical-coordinate representation of color #C773DE: hue angle of 287.1º degrees, saturation: 0.62, 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 #C773DE is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 115 222 -
CMYK 0.10 0.48 0 0.13
HSL 287.1º 0.62% 0.66% -
HSV(B) 287.1º 0.48% 0.87% -
XYZ 42.87 29.68 72.58 -
YUV 152.31 167.33 161.3 -
System Red Green Blue C M Y K H S L
Decimal 199 115 222 0.10 0.48 0 0.13 287.1 0.62 0.66
Hex C7 73 DE A 30 0 D 11F 3E 42
Octal 307 163 336 12 60 0 15 437 76 102
Binary 11000111 1110011 11011110 1010 110000 0 1101 100011111 111110 1000010

Color Harmonies of #C773DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C773DE

Black with #C773DE

Text Example


Text Example

White with #C773DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C773DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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