Html Css Color HEX #C673E0 Orchid

📋 copy color: '#C673E0'

red 198 ◦ green 115 ◦ blue 224

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

Shades of Orchid #C673E0

Tints of Orchid #C673E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.71%

R = 36.87%
G = 21.42%
B = 41.71%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C673E0 (or 0xC673E0) is known color: Orchid. HEX triplet: C6, 73 and E0. RGB value is (198,115,224). Sum of RGB (Red+Green+Blue) = 198+115+224=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #C673E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C673E0 is #398C1F. Grayscale: #979797. Windows color (decimal): -3771424 or 14709702. OLE color: 14709702.

HSL color Cylindrical-coordinate representation of color #C673E0: hue angle of 285.69º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C673E0 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 115 224 -
CMYK 0.12 0.49 0 0.12
HSL 285.69º 0.64% 0.66% -
HSV(B) 285.69º 0.49% 0.88% -
XYZ 42.87 29.65 73.98 -
YUV 152.24 168.5 160.64 -
System Red Green Blue C M Y K H S L
Decimal 198 115 224 0.12 0.49 0 0.12 285.69 0.64 0.66
Hex C6 73 E0 C 31 0 C 11E 40 42
Octal 306 163 340 14 61 0 14 436 100 102
Binary 11000110 1110011 11100000 1100 110001 0 1100 100011110 1000000 1000010

Color Harmonies of #C673E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C673E0

Black with #C673E0

Text Example


Text Example

White with #C673E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C673E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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