Html Css Color HEX #C673DF Orchid

📋 copy color: '#C673DF'

red 198 ◦ green 115 ◦ blue 223

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

Shades of Orchid #C673DF

Tints of Orchid #C673DF

RGB

 RED value IS 198 (77.73% from 255) = 36.94%

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

 BLUE value IS 223 (87.5% from 255) = 41.6%

R = 36.94%
G = 21.46%
B = 41.6%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C673DF (or 0xC673DF) is known color: Orchid. HEX triplet: C6, 73 and DF. RGB value is (198,115,223). Sum of RGB (Red+Green+Blue) = 198+115+223=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #C673DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C673DF is #398C20. Grayscale: #979797. Windows color (decimal): -3771425 or 14644166. OLE color: 14644166.

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

Color convert

RGB 198 115 223 -
CMYK 0.11 0.48 0 0.13
HSL 286.11º 0.63% 0.66% -
HSV(B) 286.11º 0.48% 0.87% -
XYZ 42.74 29.59 73.27 -
YUV 152.13 168 160.72 -
System Red Green Blue C M Y K H S L
Decimal 198 115 223 0.11 0.48 0 0.13 286.11 0.63 0.66
Hex C6 73 DF B 30 0 D 11E 3F 42
Octal 306 163 337 13 60 0 15 436 77 102
Binary 11000110 1110011 11011111 1011 110000 0 1101 100011110 111111 1000010

Color Harmonies of #C673DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C673DF

Black with #C673DF

Text Example


Text Example

White with #C673DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C673DF; }

 p { color: rgb(198,115,223); }

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

background-color css

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

 a { background-color: rgb(198,115,223); }

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

border-color css

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

 span { border-color: rgb(198,115,223); }

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