Html Css Color HEX #C673C1 Orchid

📋 copy color: '#C673C1'

red 198 ◦ green 115 ◦ blue 193

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

Shades of Orchid #C673C1

Tints of Orchid #C673C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.14%

R = 39.13%
G = 22.73%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C673C1 (or 0xC673C1) is known color: Orchid. HEX triplet: C6, 73 and C1. RGB value is (198,115,193). Sum of RGB (Red+Green+Blue) = 198+115+193=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 198 - color contains mainly: red. Hex color #C673C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C673C1 is #398C3E. Grayscale: #949494. Windows color (decimal): -3771455 or 12678086. OLE color: 12678086.

HSL color Cylindrical-coordinate representation of color #C673C1: hue angle of 303.61º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C673C1 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 115 193 -
CMYK 0 0.42 0.03 0.22
HSL 303.61º 0.42% 0.61% -
HSV(B) 303.61º 0.42% 0.78% -
XYZ 39.05 28.12 53.82 -
YUV 148.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 198 115 193 0 0.42 0.03 0.22 303.61 0.42 0.61
Hex C6 73 C1 0 2A 3 16 130 2A 3D
Octal 306 163 301 0 52 3 26 460 52 75
Binary 11000110 1110011 11000001 0 101010 11 10110 100110000 101010 111101

Color Harmonies of #C673C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C673C1

Black with #C673C1

Text Example


Text Example

White with #C673C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C673C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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