Html Css Color HEX #C773DA Orchid

📋 copy color: '#C773DA'

red 199 ◦ green 115 ◦ blue 218

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

Shades of Orchid #C773DA

Tints of Orchid #C773DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.98%

R = 37.41%
G = 21.62%
B = 40.98%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C773DA (or 0xC773DA) is known color: Orchid. HEX triplet: C7, 73 and DA. RGB value is (199,115,218). Sum of RGB (Red+Green+Blue) = 199+115+218=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 115 (45.31% from 255 or 21.62% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #C773DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C773DA is #388C25. Grayscale: #979797. Windows color (decimal): -3705894 or 14316487. OLE color: 14316487.

HSL color Cylindrical-coordinate representation of color #C773DA: hue angle of 288.93º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C773DA is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 115 218 -
CMYK 0.09 0.47 0 0.15
HSL 288.93º 0.58% 0.65% -
HSV(B) 288.93º 0.47% 0.85% -
XYZ 42.34 29.47 69.79 -
YUV 151.86 165.33 161.62 -
System Red Green Blue C M Y K H S L
Decimal 199 115 218 0.09 0.47 0 0.15 288.93 0.58 0.65
Hex C7 73 DA 9 2F 0 F 121 3A 41
Octal 307 163 332 11 57 0 17 441 72 101
Binary 11000111 1110011 11011010 1001 101111 0 1111 100100001 111010 1000001

Color Harmonies of #C773DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C773DA

Black with #C773DA

Text Example


Text Example

White with #C773DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C773DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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